Memory Pool Memory Pool Refreshing

1,738 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,527 907,527 0000000000000000000120877282517159da9db0435781b7e1e35e2dbafaebe0 1.76 MB 4,060 1
907,526 907,526 00000000000000000001933709a11055800fc32afd3647c9ad7427675ab9a096 1.81 MB 4,297 0
907,525 907,525 000000000000000000005bb4490aa787158c597b3c523cb7227dbfb8fdc6a686 1.70 MB 2,765 2
907,524 907,524 00000000000000000001f6ca1367791c8c0f1440d554f420f3967152d6b4df0c 1.63 MB 2,982 2
907,523 907,523 00000000000000000000b980ae819a3a4ba02884872c2a36ed4921d583d2015e 0.25 MB 484 2
907,522 907,522 00000000000000000001b2d105cfe3b13061c81e09381317acadbd9dcdb4c527 1.71 MB 4,423 1
907,521 907,521 0000000000000000000103e51760700ea3d9473d6198c8a4baae561072b7837b 1.79 MB 5,005 0
907,520 907,520 00000000000000000001bf2427b96350708badc6c906ccc0d2d4a8f229098957 1.66 MB 4,111 1
907,519 907,519 000000000000000000022217e0551e6b30508f96db08afda8445b10b7dca2bfd 1.76 MB 4,668 1
907,518 907,518 00000000000000000000bc05cc5ff1f0c486960dab5ef207340c5f454cb111ac 1.76 MB 4,610 1
907,517 907,517 000000000000000000004603ec8fca938114e99c4edd032c35ee91f183899d30 1.69 MB 4,292 1
907,516 907,516 00000000000000000001152f4615c80eaa13fd8a10216f517eadde30eaabe383 1.80 MB 5,020 0
907,515 907,515 00000000000000000000a9b267eedd0dadcfc59d16cedf9b8784217862a4f3b2 1.41 MB 2,637 2
907,514 907,514 000000000000000000018807f6d39bdae468c43c6e180fe1635abe21885e6d0f 0.78 MB 1,375 2
907,513 907,513 00000000000000000000dea02d7b8b28c81712b136d55666b7d8a3afbc84cbb3 1.76 MB 4,460 1
907,512 907,512 000000000000000000000696a45dcd004007e4e6cdcbd1488fd56cf2477d2d24 1.72 MB 4,540 1
907,511 907,511 00000000000000000001b9cf3bda102314b21304409374c481144c0bd142d847 1.72 MB 3,656 1
907,510 907,510 00000000000000000001565807f804c4a7e2c5bfc4615158fa1cd5f3f3e6b9c5 1.46 MB 2,396 3
907,509 907,509 00000000000000000001d06775ef30514e1595ddfb5d2e8f1c6236c1605609da 1.81 MB 4,972 0
907,508 907,508 000000000000000000018e33ae8a6546e33463da4b05260a99835ce7bdc23a24 1.72 MB 3,008 2
907,507 907,507 00000000000000000001e37ca320cb35a8e1ae67e540bf52b4972a5dc25bfa5a 1.74 MB 3,275 1
Previous 10 blocks ↓
Total Size: 769.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,646.27 GB sent, 95.30 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.