Memory Pool Memory Pool Refreshing

4,178 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (792,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,122 115,122 000000000000cbe0ff452dce9d33dfc3a63ab42f52294e44ad81e1fdf3ed63ae 0.01 MB 30 112
115,121 115,121 000000000000a17a030beb3f402485fce8477b6cfc95d99f503d58f7e96e13d1 0.00 MB 13 831
115,120 115,120 0000000000004142d185dc9b35552407a03724911a1cbeca3b469e104ffedc57 0.00 MB 13 868
115,119 115,119 000000000000a8509ba5c2fe65968de0813cd8751fbd35a54c6406efc17c8967 0.00 MB 12 1,251
115,118 115,118 000000000000323234f95501b427b53dca62e52db784678e8bb39533ca9f9584 0.00 MB 12 0
115,117 115,117 0000000000004a62ec532bf613d136e2ca6dc82dd5784f17e6b31e8d21321f66 0.00 MB 7 291
115,116 115,116 0000000000004ab7c695560794bc1f799a77642a336554c67a32a6c25ddf9e32 0.00 MB 11 920
115,115 115,115 00000000000023ad530aac3ffd1b9fc1d859c6f809cc24a9c43f569ee848975b 0.00 MB 12 0
115,114 115,114 000000000000803df19bbece3cec3ce6a537ff89a985464b5b1fab27bdeab14f 0.00 MB 12 652
115,113 115,113 000000000000a2814ffd6078df30962a50e4b0afae35a9c3bb54ffaa3e198062 0.00 MB 12 0
115,112 115,112 000000000000f270fa104d4acb8916efdedc3e926ebb40165e232e65ec8e1468 0.01 MB 8 113
115,111 115,111 000000000000955887f2bbbeaf23dfa1f619ea84a8a2c81a2bf490e6c5bff25f 0.01 MB 23 959
115,110 115,110 000000000000687aacdb794964ae7aa9f7b5046c7e1183a167968f72dec63af7 0.00 MB 10 0
115,109 115,109 000000000000cba4b3fd7832c3f7afb2cfaa42938462fd875925c8bdd8f57ab4 0.00 MB 10 1,072
115,108 115,108 0000000000003512c60548309cd88bb38b337f54c2634c07633620b6c70cc97d 0.00 MB 10 706
115,107 115,107 000000000000bbcc480bd72c1be62b39aa092b3ec04fa2a22bac769cf9cf8e82 0.00 MB 5 0
115,106 115,106 000000000000ca504b1905b04b24f49db0c49f054460a0ac94d84797a55afb8c 0.00 MB 11 0
115,105 115,105 0000000000005bf54f7c25f3f0598f53c79b8c6920abb38100400f55f4bd6fa4 0.01 MB 17 435
115,104 115,104 000000000000db406bac4a0afbf381c219bf5bc650d4bf2a0d1baffc16237c0c 0.00 MB 7 0
115,103 115,103 00000000000048701162c4ade9ee8faeb61d3d3a80467e5e75632c9193075dc5 0.00 MB 8 442
115,102 115,102 000000000000b2e3ef820ac768d3c8a6ecff56165228c786a16b0039999a59aa 0.00 MB 11 606
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.24 GB sent, 93.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.