Memory Pool Memory Pool Refreshing

973 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 968 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (174,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,145 733,145 00000000000000000009eed8121449e776bc95b0a5fe85b8ad80dd4bc131b2cc 0.28 MB 577 8
733,144 733,144 00000000000000000002cbf69a79a746852cb5f3f93b9bd262d0ae2bb777c133 0.93 MB 1,581 8
733,143 733,143 0000000000000000000744ab762b76ed58d9481a5e7df562a3b36f4e9de1dae0 0.02 MB 69 10
733,142 733,142 00000000000000000006d9526fc4023f90db737e0404a8203e46a01bc7e10c3a 1.11 MB 476 2
733,141 733,141 0000000000000000000233f7359a934694c3acececdff32060577b5cbe0dba23 1.26 MB 1,517 8
733,140 733,140 00000000000000000000b3b2c61d62f1be3a4aa345c49fba3eec8142b7ef4dd3 1.55 MB 1,597 4
733,139 733,139 00000000000000000008d211cc0adbb132e5a3bee552316e0932d3ea3d585077 1.58 MB 2,730 11
733,138 733,138 000000000000000000004dee3b59b57106a8d35774e63e716977d8d11c3bd6ab 1.56 MB 1,494 2
733,137 733,137 000000000000000000033facb6110a73da0d371f5a0f5f3671aca13bd5817b99 1.57 MB 1,794 7
733,136 733,136 000000000000000000056da228b9cdda047062cbbb200896a1f5d360ac5aa001 1.52 MB 3,101 15
733,135 733,135 00000000000000000005db55a67bc9c04138930f1c29304bd764c286cb015e8f 0.09 MB 141 9
733,134 733,134 00000000000000000004765acb89cb2bbe51e8c7c5d47a8a00766fa8546dbf74 0.31 MB 219 5
733,133 733,133 0000000000000000000091362fb5e626ba16493704d3cc16b963510441901b93 1.48 MB 1,140 4
733,132 733,132 0000000000000000000267bb42e27323398e112c991eb44f97f92f511ad3ed23 1.52 MB 1,446 2
733,131 733,131 00000000000000000004d00b5d0af2761794aa9f3ce054346b1f03f980288ee0 1.23 MB 1,260 8
733,130 733,130 00000000000000000000464ec5b891fc72dd204803dd8d62608aa595f31082fd 1.29 MB 1,976 11
733,129 733,129 0000000000000000000657e1304005292789b76aae70aec97b55711ea13d027e 0.11 MB 139 9
733,128 733,128 000000000000000000026c992acf09ca853640b162c4b2d175d27a92e6dfcbf6 0.05 MB 121 12
733,127 733,127 000000000000000000089d8ac93269039faff4469648d5548928a47c1aeb21ae 0.80 MB 1,238 8
733,126 733,126 00000000000000000008d852a7e06c9b962275ef058c46612d13425a42339eef 0.34 MB 636 2
733,125 733,125 0000000000000000000808140e2d340e7f84f71414c620823bdde6c70080c937 1.53 MB 2,293 10
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.