Memory Pool Memory Pool Refreshing

6,236 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (547,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,129 360,129 00000000000000000b6e98e636df28aa2b008bd934ba3023350746d1d1922340 0.42 MB 830 30
360,128 360,128 000000000000000007d66ba8a53e3fb30c51c776bd203bc12dba279f0b3fbdc2 0.53 MB 1,150 36
360,127 360,127 00000000000000000391516c0a4909964f9fa6235bbc82746862f4d664caebe0 0.20 MB 404 25
360,126 360,126 00000000000000001143c4545eeef24fa91869e44d2b81538bc67dddee0177ea 0.38 MB 893 30
360,125 360,125 00000000000000000ae38020fb11f61a8f25362bd4f7ef8a2655936d2f0b0c24 0.05 MB 91 16
360,124 360,124 00000000000000000ce7ffb7764e892acd848a00a995555d9d0dc9986f7a379f 0.35 MB 667 23
360,123 360,123 000000000000000012f5c7c32a8cc5489bbb885f9f332d9f0053504de2bbfa9e 0.35 MB 595 27
360,122 360,122 000000000000000015c5545bf3523fa77e8eb48b429231b4c5e743cc22595d5c 0.08 MB 149 24
360,121 360,121 000000000000000015424247d824456f0e8f7c2ee121a1b4b3dda80ed4f948e2 0.11 MB 208 36
360,120 360,120 000000000000000005e842fd6205e9895e65710c249ed78de71c3ad6f10fc23b 0.17 MB 265 24
360,119 360,119 000000000000000014c64b0c91683b4bb6adec4204e9345a13ae1597fadbce48 0.13 MB 215 14
360,118 360,118 0000000000000000144a11614c56d4370c6fd5735a00d79ae7ac504d86d35fd3 0.26 MB 570 28
360,117 360,117 000000000000000012b3dbcc731eea61d0d60728b2e397c5d3fc0e9c54b162b8 0.00 MB 1 0
360,116 360,116 000000000000000008cc2a866b042a5e041bcfa6a3925ea6103965ebfa50e177 0.44 MB 751 20
360,115 360,115 0000000000000000154e5d9ab9cdbb60ba80cd661572282870054560a81c666c 0.00 MB 1 0
360,114 360,114 000000000000000015f923258aec852841ec41c7de989d9681064da60f346a11 0.75 MB 1,410 29
360,113 360,113 00000000000000000d32cd60715ee26462b5f93fa20cb04631dfda5bff3eaead 0.25 MB 447 18
360,112 360,112 00000000000000000f2c4d25c61acf2f4addfabf32b268282a43297fb9e71b2d 0.34 MB 797 32
360,111 360,111 00000000000000001463d257472e789c9ff1efb2bdf927acdb6a136166662213 0.05 MB 146 34
360,110 360,110 000000000000000001f1c6600949f66946dd422756af31969f279ea354b89bc3 0.15 MB 393 32
360,109 360,109 00000000000000000f83d886933769cd31e1833af1a718ad93d52b911be4adc9 0.23 MB 472 28
Previous 10 blocks ↓
Total Size: 769.27 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,635.31 GB sent, 94.25 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.