Memory Pool Memory Pool Refreshing

3,224 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (752,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,276 155,276 0000000000000011d826e7b04e5e75b2e9495bc994a441d39c058c9b72268d3b 0.05 MB 45 44
155,275 155,275 00000000000009aa109b4617d43f06729506bf82aeaad5d3d72a78036e895d53 0.02 MB 36 169
155,274 155,274 0000000000000e0cd7323cd5303841a1b024f029748f73a5467a5f418154928f 0.04 MB 41 75
155,273 155,273 0000000000000167e676d4842e75d0d5ba8d73067a1bd6ae98817a6da027e7ce 0.01 MB 14 40
155,272 155,272 0000000000000b4a4d022ad0e1ca8cb16d8ff04a5ccca267a1f2e3277f12ad29 0.04 MB 108 196
155,271 155,271 0000000000000263f9442b54007ff0aeb5411b7d0fb49b801c0940df2bf536a6 0.01 MB 39 31
155,270 155,270 0000000000000f3fa054c6e701271029ee42aa7b3cb2f014d3ec0b5762a01c3d 0.02 MB 46 174
155,269 155,269 000000000000073170fa63214e802be2727b73e31cedf80fb0461740882f0934 0.04 MB 66 97
155,268 155,268 000000000000092074e743821b22879aa773bf96d63c8384e63b0d81992b4b2b 0.01 MB 43 16
155,267 155,267 00000000000008b16bd11345c626e881235efcbdc0448326d19ddf746f42ef42 0.01 MB 10 15
155,266 155,266 0000000000000ed0aa40389a8514c30831759c17d808831dc035c128d5a08a91 0.02 MB 73 89
155,265 155,265 000000000000005abf4a3e9857fa63627c27cee5b97148d25ad9a85831d47dbe 0.00 MB 12 13
155,264 155,264 000000000000036e52873f18d56185aa4da8421271706e3a71cc7421158798e0 0.02 MB 45 144
155,263 155,263 0000000000000b4b281526ef7b992c6210a5787e7ac72ef5da43f0e43d419571 0.00 MB 1 0
155,262 155,262 000000000000088f9c88ad42118683593670167fda44275ea501c4239161b205 0.02 MB 40 152
155,261 155,261 0000000000000cccdfd5464255bf60d106371c4a5aff29e7447c0c7ac7c6f481 0.01 MB 21 45
155,260 155,260 0000000000000c7b2dec283d91ee04281d9c411eb0797348b0b28a45e74337f7 0.02 MB 22 20
155,259 155,259 00000000000005b15f483c540a2d3664289adbe085077995fa1f056c98999b1e 0.02 MB 40 115
155,258 155,258 00000000000009e7ff316216a128874792b46b27c7f96dcdbfd3244dc56bac26 0.00 MB 6 0
155,257 155,257 0000000000000d46f59951de90e0bba63462dfee2e63340b0e9f4aaa5c2f6d8d 0.03 MB 84 17
155,256 155,256 000000000000018426f3e751465e054a5538ede2fc010644a67213f7d14947d6 0.07 MB 78 102
Previous 10 blocks ↓
Total Size: 769.08 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.26 GB sent, 93.31 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.