Memory Pool Memory Pool Refreshing

1,539 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,534 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (822,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,143 86,143 0000000000041c400d714596b99da9a55e796c8b1a0ab524df808d679abf21f7 0.00 MB 6 0
86,142 86,142 00000000000f657c42ecc0b826e8f029f78c2a7947e91b22642bc7203552d909 0.00 MB 6 0
86,141 86,141 00000000001ca47a8c1b7972b23e0023b7318b8f5584c9b8781222ff8f3c5623 0.00 MB 4 0
86,140 86,140 000000000005f54f6fb22ef9d43dfa0b53e5c51119a8e57a90c4c40201642fc2 0.00 MB 9 0
86,139 86,139 000000000002b0380bd49d74f607bde5d097241d90bc5d914076aa6be38bb729 0.01 MB 25 0
86,138 86,138 00000000002cda82aa28d11263be10545aa2eefcded8b1a3be1b4b1903ee2548 0.00 MB 1 0
86,137 86,137 00000000001e89266320887f08e6358848ebd90380ee9621c145d8b1b483cc31 0.00 MB 6 0
86,136 86,136 0000000000187413a46967ce5e892e3f9fedbe9c38eab8ca9964a9354a56cad8 0.00 MB 3 0
86,135 86,135 000000000020de9d4a3521c9f32605d317ec5cc8a2c2e16038c46034f65ad445 0.00 MB 3 0
86,134 86,134 00000000002f5774085bfa601ec72944f4c3870f362af480dfa13daa0b8fc9cf 0.00 MB 7 0
86,133 86,133 000000000010c44239902c92883b66b80090b47c06065a5be5002d51095cdd3a 0.00 MB 2 0
86,132 86,132 00000000002d068338ce36080cd8b5c498e7b5758c084d52086ef4101c1f522e 0.00 MB 5 0
86,131 86,131 00000000000ac6477239011a8c9a7d12011f8df170758524db5c797704bdbd8d 0.00 MB 1 0
86,130 86,130 00000000000752a11d4ef9807203dd9d9be922f41f6272b894929d3899581e4c 0.00 MB 1 0
86,129 86,129 0000000000224416a4259ab4413de68b76d3ccd046dd1fa9f8946a95c8bc21b3 0.00 MB 1 0
86,128 86,128 000000000010c9b647c7d8f2d5e591e8c0e8e57352a099a05abddafa36a44049 0.00 MB 1 0
86,127 86,127 0000000000190ad93d26b3d6a2d98cb2de55996ff223a30cccd57a71b17e1af0 0.00 MB 1 0
86,126 86,126 00000000001466ab65b220836d500f9033426926c3e628774f8ca9397f13f1ba 0.00 MB 1 0
86,125 86,125 0000000000053d555f9466f0591d07a3e480a3e64765ddfa617df808de4e1688 0.00 MB 1 0
86,124 86,124 00000000002188cc9b5ebfb1ac97e8765df9f1021ec9360fb1639c478a88286e 0.00 MB 1 0
86,123 86,123 000000000002aa3db811f9a30648d753b6f6f17cff9f8a47a1a1fb1f664ed99e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.36 GB sent, 100.31 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.