Memory Pool Memory Pool Refreshing

5,513 transactions
1.77 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
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (755,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,465 152,465 00000000000009c291cc283b99c4001bb2950a064feffd86217c212c7d9e97f0 0.00 MB 10 21
152,464 152,464 0000000000000190ec256ae00fa94f79d40a8f3df0a3222dca3342c6cd21824e 0.01 MB 14 216
152,463 152,463 00000000000007ecc49165b6c80b2221fb5d0cb40b7410fa9059f5e8f055b307 0.02 MB 53 17
152,462 152,462 0000000000000d146f911c1bf64352776c5732287f2193d8c4c7ead1386d954b 0.05 MB 138 67
152,461 152,461 0000000000000ac61415ea27e55fc328586b8efb951dcd25b979f5b1a3184fff 0.01 MB 2 52
152,460 152,460 00000000000003560a2675edfec3be49ec69b4827c7b92ff1db93bee9f8f9acd 0.01 MB 37 133
152,459 152,459 0000000000000b03bcc6ed357d5355db46023152a3de2c8d978858d309e9f71c 0.01 MB 30 136
152,458 152,458 0000000000000ba9e1895dfe90cbec0f7c5d8e1c6a702477a51d29ca3bdceb57 0.01 MB 22 250
152,457 152,457 0000000000000ad3bfdffc4769aa423f6ce254dea6b75cc45f6e4d69ff7926c5 0.11 MB 28 74
152,456 152,456 000000000000053ccdf9437d83474b3d4c2572449a79b26a76b6670b68a2be46 0.00 MB 12 57
152,455 152,455 00000000000002267e3ab0af4857092fdd95de3a530d451a515b85c483972f3d 0.05 MB 156 11
152,454 152,454 00000000000008fb89499aa4e687501e1c2adf511e257bd85fec8ad0931dd789 0.01 MB 21 88
152,453 152,453 00000000000001233de66107fc298294968984e56eb08b4fec4327f1adfcf9a0 0.02 MB 49 1,202
152,452 152,452 0000000000000b192c16510d7a2bd8d54c94764bed3bde7b2c65e8454b09c24f 0.02 MB 56 275
152,451 152,451 00000000000007007e4b50d4109fb6f88f09cb8cf2e77d54e695b52c93029d87 0.01 MB 22 5
152,450 152,450 0000000000000c9052652aa959eef3ab77eeae200ea398d6fc77afcc0e19fe8f 0.02 MB 38 7
152,449 152,449 000000000000065a5002af2132825bf4facd57c46f3123f0541068f022f3d3c5 0.03 MB 62 67
152,448 152,448 00000000000003a3fb3001db036800dc95b6320faf3dcffc308cff1be07dd892 0.00 MB 1 0
152,447 152,447 00000000000006478c73a8cd58e039f2586dc2551a4a38a30688b58b692b14ed 0.03 MB 54 28
152,446 152,446 0000000000000b2e494052833cff42bb26212f3580d70a55f04eb939f70bebcf 0.04 MB 58 651
152,445 152,445 00000000000005b573c6cafe884e1bce595ed1ab2e781a347be99bd16e95ec74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.