Memory Pool Memory Pool Refreshing

10,630 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (636,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,142 271,142 0000000000000005b36eab02b8b7d1c4a6f2de1130bc7ca513c1f562a563b7e1 0.03 MB 61 9
271,141 271,141 0000000000000001e8f6aa5d827fdebce7568b1253520aeee38b1184ff6bed6b 0.14 MB 186 26
271,140 271,140 000000000000000199700100f3a6f286f503133e5929d3ae38d99e5d0c671ab6 0.47 MB 1,202 70
271,139 271,139 0000000000000000fadbecd8c4c97edf776ec001c949263cb46fc986d8974c2c 0.15 MB 228 60
271,138 271,138 00000000000000041e19ddf967f61872e4be25fd754df97154891a79e77ff07c 0.12 MB 259 55
271,137 271,137 00000000000000049e9527a8b3f96f950d7258173718a49fca53ca594a5574f3 0.13 MB 245 57
271,136 271,136 0000000000000003c42c46cd78f4bdfa189a1270454b414a7806bc78045ca28a 0.24 MB 515 64
271,135 271,135 0000000000000005e2994d6573885bb45029f07ee5e5d58c34920f2aee2b7e56 0.04 MB 108 56
271,134 271,134 00000000000000065d8e3ae80978bff957bdd3839c7dc121a43ff6507b791f23 0.13 MB 310 51
271,133 271,133 0000000000000006e2014106869f6ce83f3a0e59236feb907214378679032a24 0.04 MB 26 15
271,132 271,132 0000000000000003ce979a408cee28be1adfa10bd96510e66a0f71e6a0b11426 0.35 MB 669 64
271,131 271,131 0000000000000001ac41f1aba018b6f182838e177ee24a6c64e519af9341b3b3 0.25 MB 566 55
271,130 271,130 00000000000000011bd7454a89915384884428f26a1445046710b4dc5bb107e6 0.05 MB 115 55
271,129 271,129 0000000000000003a5a2cebee7b451b3a88a06c4687eb573c9e649e3ce71645c 0.04 MB 76 23
271,128 271,128 0000000000000003a1485bd1989655d189d76b1a2d96db0ecfde8573c4f007aa 0.18 MB 280 32
271,127 271,127 0000000000000001149ff3bd65f707f34abc747a8fd144c9b0ede5485284b334 0.25 MB 474 57
271,126 271,126 000000000000000478a1ad9cbeac37798b55569617d038fe600845702d775ab8 0.25 MB 612 75
271,125 271,125 000000000000000087c75ede0888bc6318ed968621a0463990149d8df6ba76a8 0.25 MB 464 23
271,124 271,124 000000000000000630ebea52ef687a076b96c4f32d9dd1af7cb1f9f2004ea7b9 0.44 MB 1,094 77
271,123 271,123 0000000000000002e258fefb8002f98e3ba162b0cf6b3f53e83d15912e72480f 0.50 MB 1,077 34
271,122 271,122 00000000000000065770532ad7f8b0569be60b88f8e220eb959809a4352a8b27 0.25 MB 794 52
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 GB sent, 92.91 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.