Memory Pool Memory Pool Refreshing

2,373 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,816 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,895 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (588,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,148 319,148 00000000000000001787ccdcf5e2ca3a422bae02d9a26bf953e7f0f5ab1a137e 0.05 MB 125 32
319,147 319,147 00000000000000001a12dc1e579f759fb10ab357a1d1d06ddf8ebee96d95882c 0.03 MB 75 33
319,146 319,146 000000000000000017669ce18a3f964b7d4a6ef0726b435f2364c498af8a11d7 0.32 MB 518 27
319,145 319,145 000000000000000002902ab023b4ec2dc646793b758640913d2bf7c56289f707 0.35 MB 737 37
319,144 319,144 00000000000000001c312c37943daddc524149962ae42c69ab94664861af9f73 0.02 MB 35 15
319,143 319,143 00000000000000000493989562217fe473aa07a9d7ff6299626dcdb05fbe1b4b 0.33 MB 560 28
319,142 319,142 0000000000000000246351d97fb754d8924491dfae18ccf59f46f0db5154d649 0.09 MB 148 23
319,141 319,141 00000000000000001e900e9225458aab7b6dd8f6e3f6841f0e389c2b6a121290 0.22 MB 358 27
319,140 319,140 000000000000000019ab0d051d88f0c931378b5a88acc03c100d9a3b5cc9cb8c 0.07 MB 126 27
319,139 319,139 00000000000000001a2e1061823123458ccbf6e137832a15933e275744b1db1b 0.18 MB 162 57
319,138 319,138 000000000000000009a3ee379ab66bc93150acc299b9c33ff513c89bc01def73 0.02 MB 37 21
319,137 319,137 00000000000000001309c275924f1b53679607bfeb60b7febf6307eb696a8e0b 0.15 MB 160 19
319,136 319,136 00000000000000001349d4dea4149a632b4d9d2d9a06ad9486cf72bf1b2e274a 0.47 MB 904 30
319,135 319,135 00000000000000000e6cb2c2c93eef6c3c489466ebb87d325d8ca66e9b565a2b 0.19 MB 310 22
319,134 319,134 0000000000000000206e99a560440cae3b89ef89b63d220a76234111ee2363c8 0.17 MB 209 22
319,133 319,133 00000000000000000006ba6830caf3c5cec8cb83f8fcdbb9b9f31de6f7fe5538 0.02 MB 64 45
319,132 319,132 00000000000000001024d43636efa560f3b02150b74a910b49447744f6d54264 0.22 MB 399 26
319,131 319,131 000000000000000026b27e86955e4db4bc82b1efb3512f913e31becfba5bbcab 0.52 MB 975 29
319,130 319,130 000000000000000000748e2de491572e342bacd2c018cba17b62f125d4aef16c 0.26 MB 491 28
319,129 319,129 0000000000000000156842ec026dbf13710de92f0c58a2688ac0fc7162d7df48 0.13 MB 255 27
319,128 319,128 00000000000000001f38c7d31d5ad9c3d06db807f4ff9d258f2412c2421f7ed5 0.32 MB 656 30
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.