Memory Pool Memory Pool Refreshing

1,167 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,143 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (288,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
619,145 619,145 00000000000000000007455793ef28f22ac1aa20c542611c859cec675f59bace 1.25 MB 2,291 26
619,144 619,144 0000000000000000000064d70a649d4c379d806520f06cb2a342b8cd84ed29c1 1.26 MB 2,713 25
619,143 619,143 0000000000000000000c433d2e65aeaa2fc63390bb454556ef43a1c4c8161e35 1.30 MB 2,901 23
619,142 619,142 00000000000000000001d3500dad74fcb21aa2bcdfc62103b236ba53d065c0bb 1.33 MB 2,869 21
619,141 619,141 0000000000000000000e2600308fe7944d6a621f43c20406519e164fb0320639 1.25 MB 2,841 29
619,140 619,140 0000000000000000001067bb9fb2aac46e14982a4f8594eacce35102bf60a54b 1.34 MB 3,050 26
619,139 619,139 000000000000000000116e16b59bcc11133e158d28ad95474662a368eb0406d1 1.44 MB 2,976 24
619,138 619,138 0000000000000000000c75def6431f92c33e7c409dca7bdb2c93e4de80addaee 1.24 MB 3,066 42
619,137 619,137 0000000000000000000d0ada237b82097235997248e9833d0074bedb159dc7b5 0.50 MB 1,344 11
619,136 619,136 000000000000000000063293d400a34a87bb187e61b93799884bcbc8f1e16dff 1.37 MB 2,237 6
619,135 619,135 0000000000000000000ae0d89d1442c5b4cfb0730f60d74c8c200b07d57ca8b7 1.37 MB 2,276 6
619,134 619,134 00000000000000000002fe69808b6a060ebd9a16606446ccfe83bfeef20381a9 1.45 MB 1,987 6
619,133 619,133 00000000000000000011d3727743b3abd71cad0942a869607c27d215ae30dcc6 1.66 MB 1,030 4
619,132 619,132 0000000000000000000b7f14af353441193a9806800a4e03d5f039e698d0b9af 1.48 MB 1,412 5
619,131 619,131 0000000000000000000ac7ee7beef0956a1a1bce42ce32668bab7559c6bd4c9d 1.30 MB 3,058 17
619,130 619,130 0000000000000000001047e707d6c5bdb1f52a0ef3102db31bed6265449cd5ef 1.29 MB 3,342 18
619,129 619,129 000000000000000000060cdaed7aa758c6b2911f5211c03b057971f886bd7429 1.38 MB 3,468 28
619,128 619,128 00000000000000000006de3d04563b0d2c2baf7c24b853a7cf124e80b66f42bc 1.07 MB 2,538 5
619,127 619,127 00000000000000000000c498bb5114dd6e848464c6149da30d045c5aca121b3c 1.18 MB 3,316 11
619,126 619,126 00000000000000000011c816754dc7b3c139e1655a0bf77558859e46426b6815 1.39 MB 3,204 35
619,125 619,125 000000000000000000016445d79ebcaa52d1bd5ae48cef9759305d447567e709 1.23 MB 2,683 17
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.