Memory Pool Memory Pool Refreshing

3,559 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,516 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (657,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,113 250,113 0000000000000072a6350746bef3b38e15cde015e0cc8937b01a7c78f92a2310 0.01 MB 31 116
250,112 250,112 00000000000000353a52a3919a778037d550becbcd2a565a4b27cb5cd1c12119 0.17 MB 406 121
250,111 250,111 000000000000004a085956936560e26fd23ceb3d13b951894e8fc67bb55c85db 0.02 MB 64 125
250,110 250,110 000000000000003eaf3a92b579261803d5937feec636203474c9de848d01aaee 0.02 MB 36 128
250,109 250,109 000000000000003cea72414e9efd29cad7d840f2e3aa105d2989cbc0cc23affc 0.08 MB 151 109
250,108 250,108 0000000000000056f2fe0e92a926d22ba4610f7a040cc19ef1e09e4ad1273179 0.01 MB 18 28
250,107 250,107 0000000000000059dcc0b3aacbe49a05c19f5ea84607c039cd3d8dec398445ec 0.21 MB 468 109
250,106 250,106 000000000000005b684abaf75c7c3041821a46e0ecbc008ef68f567a23cc0d2f 0.02 MB 38 65
250,105 250,105 0000000000000025c3a88ec93be77b3df4f8774824eb53473c984fd19b36b6d6 0.20 MB 457 113
250,104 250,104 0000000000000012f570c9fe611b80685c602968dc533ea3a969ec242444ebaa 0.05 MB 101 117
250,103 250,103 000000000000005679e83494ae91bced1168ecdbb9286ccc41904e44f0afc61f 0.00 MB 1 0
250,102 250,102 0000000000000037bbbae62ae8a9d20f4b152ceeb68f58204158393d302490fc 0.01 MB 23 130
250,101 250,101 000000000000002af4f16113ff10770c293401520f50df8ab0d56f078a1d9bc7 0.03 MB 63 87
250,100 250,100 000000000000001444a09639a61b244a5ab3954cbe272e35fda17c25e25156c6 0.16 MB 272 106
250,099 250,099 000000000000003b6054b9d3f9759a7fb821399e2eec0012abaf89e23ad5e20a 0.28 MB 766 97
250,098 250,098 00000000000000465896e6e2c382e0d0b4da5b033a16e56facfb5cd585ceb331 0.03 MB 65 159
250,097 250,097 000000000000002f389a3a64b70bfce7ffe81cbd04c36a54965a7e97c0a5787c 0.18 MB 216 63
250,096 250,096 000000000000000ab216fa7fa679e2cdf69ddfd5351974b0e4fb6276b94e0e5b 0.17 MB 284 93
250,095 250,095 000000000000002ac64614d9faa5c99468cc848de0ff0d646a8cce1bc4ad9e4b 0.04 MB 80 90
250,094 250,094 000000000000001902a959ae9b020389fd5e83f6ca74cfa0654e4d2f1bd58751 0.09 MB 223 134
250,093 250,093 000000000000006a4f2e56501be6716eab1dba10e2dd6f762978ca76ed706a64 0.17 MB 272 65
Previous 10 blocks ↓
Total Size: 769.17 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.40 GB sent, 93.79 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.