Memory Pool Memory Pool Refreshing

1,493 transactions
0.44 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (888,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,123 20,123 000000002af5dac8d039e1cbb00789f16aff79b9b4de913a4f50b2f254a3e400 0.00 MB 1 0
20,122 20,122 0000000099045bb103b7812c2eef8860c108fb7744ae0fce94662f5286ad9c1f 0.00 MB 1 0
20,121 20,121 00000000c66a5b7d1ec38d8e260a0f52f9f8c3ac1aea6a47cd936104c507f4f3 0.00 MB 1 0
20,120 20,120 00000000ce4cbc9ea935a226f760759cac92e9ce7e81f428fc4f3ac7d436f4e1 0.00 MB 1 0
20,119 20,119 00000000ceb6e9cb98d3e07ed862e8528a277172c81966b3859cfd6ecca89c3c 0.00 MB 1 0
20,118 20,118 000000000da815371b6369b06fada48fdb8108203c242389893abbf8350a6489 0.00 MB 1 0
20,117 20,117 0000000002b956ddb122261b059aecfd94689cf5f58580e63202ee18b26b931b 0.00 MB 1 0
20,116 20,116 00000000dd14a8668943e535960aa4499f0422e0e1a25d7aa0767c44906de5d2 0.00 MB 1 0
20,115 20,115 00000000c80b62396616d752157a3bc36ee4701fbeb6f072f0fe8895da155e46 0.00 MB 1 0
20,114 20,114 00000000599b769c47ae7b5fe8cc3c33428088b8a5d6afabc394f4cd0293f1de 0.00 MB 1 0
20,113 20,113 00000000b885d786c146c9bf3fa0d1fd7dd5f259447c757afc6096941eac0ec6 0.00 MB 1 0
20,112 20,112 00000000696fcceffb2bb98166c34b84bfdb395574b0e037a7515ce3af144286 0.00 MB 1 0
20,111 20,111 00000000fbb5ac66d48b75e8a6153eb927420112f9d83232c8a56a8024c098f3 0.00 MB 1 0
20,110 20,110 00000000927ceede8f7a3fb94be62698f7507dadef0176d7cb78fc62deec0d61 0.00 MB 1 0
20,109 20,109 00000000a19f6148c45383525db1f9c3ea8891970dc9365d25027c86a26c5902 0.00 MB 1 0
20,108 20,108 000000003a56f99e4905b8f342f50429db314601bb5216309a98ce4d0b81dc37 0.00 MB 1 0
20,107 20,107 00000000e01af6f411accb9c532330abf4e6a0712315515308d65b0c500bbe2b 0.00 MB 1 0
20,106 20,106 000000001975cb8dceafbc56028074c8c925c9f63a61981820f31dec7682f32a 0.00 MB 1 0
20,105 20,105 00000000962764e1ff410eb3bae329b69610825408156faaad6a5e4eda45d371 0.00 MB 1 0
20,104 20,104 00000000ff99a9ecd6a37d2ed796caff46f5ad959d5b6682b3672916375d3090 0.00 MB 1 0
20,103 20,103 00000000e1b6b11df0be8b31618e781dfefeb4008a1d7f743c103064b2efac62 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.