Memory Pool Memory Pool Refreshing

1,801 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,792 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (807,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,466 100,466 0000000000016f8f315cf5830ea43d556385a9d8d8e8ebfb83d82ae62d0a7e25 0.00 MB 1 0
100,465 100,465 000000000000fb22c3577f07b1b2ab656e950e8216a6b01e430a2f2c207a61b4 0.00 MB 1 0
100,464 100,464 0000000000045b6fbaf24d9151d2d857c10b0f1661f71bc516ec6bdc46221abb 0.00 MB 2 0
100,463 100,463 000000000002ca3f4cd53ac75b6242fa2f8058e00e1fe4692fdbd432004a907c 0.00 MB 1 0
100,462 100,462 00000000000299dbfab6126b918263c34043a11f3ca52bd2d1be519c442d72bf 0.00 MB 1 0
100,461 100,461 000000000001c6020d1c866131a8f8c78576cde2d831fd8f55a8044e3e6d1052 0.00 MB 6 0
100,460 100,460 000000000000963232829356f697b4d469217a715a855db18104068d64b25f3f 0.00 MB 1 0
100,459 100,459 000000000002124d1a082c703d9a0c35fcd9eff0a9cb85111a895292ef760d3f 0.00 MB 2 0
100,458 100,458 000000000003e648e20573729fb0ba18333a9cb1fc282bb670089875d4583e6b 0.00 MB 2 0
100,457 100,457 000000000001ffe46b8dae045302749a24d27338f16e59bec5db4f30ce78f9a0 0.00 MB 1 0
100,456 100,456 00000000000358fa50cc8a7964b1e7f2f232c37ae22ea01c1c996fdf0db73672 0.00 MB 1 0
100,455 100,455 000000000002a7e96e4c7794b0c3fe53a905010cd891373300d2419d41986329 0.00 MB 1 0
100,454 100,454 000000000001a79b4d158ade219fc6a37b901f0c9e39285ccdf59ec6b9f073b9 0.00 MB 4 1,291
100,453 100,453 000000000001b0de4e98c1e47a9a1dc1eb947be933919e31a0735ecac3d85383 0.00 MB 1 0
100,452 100,452 000000000000eb00f991ffb4117e4860273124915fd22db4f75349531e2aa944 0.00 MB 1 0
100,451 100,451 00000000000383cafa6a87118601e6dc269d7cf1d78dc68597dbb6f95559f838 0.00 MB 1 0
100,450 100,450 000000000001c73fb0253e9b808b9448b66e7902c5a1cfe73eb4c5d1da4edbd2 0.00 MB 2 0
100,449 100,449 0000000000033b94cd01f018e1a924a0f52029fe5a2dbcf178b76363401424f3 0.00 MB 1 0
100,448 100,448 0000000000033e397e5fc48f49d05815210f0cf3a7ec130bf4a0128b444b7ac0 0.00 MB 1 0
100,447 100,447 000000000003c7a4a447c4df7e81dae70bdb8b5530362ac55dcc33a27ad1e8e4 0.00 MB 2 0
100,446 100,446 000000000002aed44452d3040360dfa78d28957883d38308d5925704c79cc9d6 0.01 MB 21 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.