Memory Pool Memory Pool Refreshing

8,632 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (625,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,421 282,421 00000000000000018e58c6c5f7dc39b2b9a3ea0f8a71e94e543dfc135bd4b6fc 0.11 MB 235 24
282,420 282,420 00000000000000015596094cdcec0ae3ad8b8bc274bf92fe3459679c57d7cf86 0.36 MB 783 49
282,419 282,419 0000000000000000e6cebb0109bf13bfb9c75edfb3130609dd7aecdad4938b8e 0.10 MB 184 44
282,418 282,418 00000000000000005734a86fc0daf848f4c9d6d50c196db6685ae5a0ad6340f9 0.34 MB 596 41
282,417 282,417 0000000000000001622870d72f95e9976b46383129c2d20009918ca63c5c8f98 0.05 MB 96 40
282,416 282,416 0000000000000000252a143d9ad878f95aaa0a40fa4183301691a0deea5c1a9e 0.25 MB 550 42
282,415 282,415 0000000000000000cdccc66b47f150285f3e7694efe083bd8bbfe82dd6f2e7f6 0.08 MB 199 31
282,414 282,414 000000000000000188ff00d95192c34fa5ecd51ef1cd2cbd5adcb8535770374c 0.31 MB 456 38
282,413 282,413 000000000000000127b4fef8dcf4e97fc057f42096342c2aa477e0595a449cd4 0.25 MB 734 61
282,412 282,412 00000000000000007f6544d96e6339c8f265e27cc48be309971fca4ba5042396 0.42 MB 749 43
282,411 282,411 000000000000000037f6c2ac27805e7621134d39675f610a99e93a9c780a482b 0.15 MB 348 49
282,410 282,410 0000000000000000aef0c8567962340c12a0aaa3f191f41548b39c284b4bed9a 0.03 MB 50 32
282,409 282,409 000000000000000088d00b30f427789d25dfc1044407c2dea12af8804e81441b 0.02 MB 47 19
282,408 282,408 00000000000000008d7cfb788e06e99d1fd3458840a61805ef2261aa9881732e 0.12 MB 248 47
282,407 282,407 0000000000000000b4fbe16f0b5f254edb4cbce31988d780bd63d86ca0be201a 0.17 MB 121 28
282,406 282,406 0000000000000001514afbafd0d1da8b174c2a66320080449a85e17bf2a70ea3 0.25 MB 624 48
282,405 282,405 0000000000000000000d2e61aaa78f40ca9734b78bcae3bc63c39ddc7c2d32fd 0.13 MB 277 53
282,404 282,404 0000000000000000221c658622742c9b1a7c72f023e292073f692d85f104895f 0.13 MB 295 43
282,403 282,403 0000000000000001f1b4b3621ca3cca57acb70b5ec9c2ab4e6aca6b12d29a9ed 0.09 MB 217 38
282,402 282,402 00000000000000013a1a42826e32273bf7095b56a7d947456041c4efe170e5af 0.02 MB 71 9
282,401 282,401 0000000000000001c642c5ade3a11399132e9ea5e3ad88e06a2362d6daaeac3d 0.49 MB 899 37
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.67 GB sent, 93.07 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.