Memory Pool Memory Pool Refreshing

3,602 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (730,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,833 177,833 00000000000008e7c420033549e625d1747954dda5f75ceddc2b5d702b128f62 0.01 MB 28 92
177,832 177,832 0000000000000333e4bb8db089cf144711550084a483854e8d7d29423450e821 0.02 MB 43 161
177,831 177,831 000000000000016f6298207efa8a63c23c8523c34cd691e81865dde46ccf9c0a 0.01 MB 42 186
177,830 177,830 00000000000007a778ac084cd62a65934693d4493557ff84edc1b2581edb6f00 0.00 MB 8 81
177,829 177,829 0000000000000022b0af88e35aff74eb82afddf790bdce30648fbf81650b417d 0.02 MB 49 179
177,828 177,828 00000000000005408bb16f722ab72715dfa2982c25f32b745d23cebad74391de 0.00 MB 6 58
177,827 177,827 0000000000000589fec0cf16c20cdf2d11aa0e3ad1dadb4ffb92f9f655263141 0.02 MB 42 85
177,826 177,826 0000000000000a7fb3355dca44bcde65f3886edc3f149db15ddda86f2be698df 0.03 MB 82 72
177,825 177,825 0000000000000909c223e8648cbd9648f7745c0f6c7cc9c9f76a5d8e5a3696e0 0.01 MB 4 18
177,824 177,824 00000000000004cdd203404a7cb9eb4b88bddaab4834196a3eba3fa47b847c1d 0.02 MB 74 33
177,823 177,823 000000000000019d89ee51cb02da417fb3df5efbb5613fe1bb07cfb1f67d88ef 0.00 MB 14 89
177,822 177,822 0000000000000017dac7a2d8b7edcc637a83ee7cc2532056b3c7bfbbe3573608 0.00 MB 9 0
177,821 177,821 0000000000000545d49ff0cc32a183e9b67f7fcb76db6eed812f5c12253e7f02 0.01 MB 17 72
177,820 177,820 00000000000009c77ef064d0e4389ab5cd1a5f9da779ef52f0f0c736fb604922 0.02 MB 41 228
177,819 177,819 000000000000024fd330b6c4c288a3b5f6c2a5f78affd23fa5df32f22fc3cb67 0.05 MB 123 86
177,818 177,818 0000000000000517e54680e2cac42bd941c0bf937726dbf765f2c79963813f4d 0.02 MB 44 214
177,817 177,817 000000000000022ebd3e9f48d389343f63379ae6403e075ae83c3dc03a63e0f9 0.01 MB 29 157
177,816 177,816 00000000000007d061215806ef376b982d90a9a411266f4a45ff47956942aa6f 0.00 MB 8 50
177,815 177,815 00000000000008c8fbbae9ddb50f229317cb7f6680e9873d3de92730989aea72 0.01 MB 33 140
177,814 177,814 00000000000001255e58bc0efd87439143ef9747b512f9cddf6c86863c98ed61 0.01 MB 21 53
177,813 177,813 000000000000053edb52001e3bf0cea65e968c9b1d078f03f57816a3e0f1a680 0.01 MB 26 89
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.