Memory Pool Memory Pool Refreshing

9,692 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,391 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (754,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,877 152,877 000000000000025b163f46712faf7be0bb42b7606003585656e0a65d88af4ddc 0.05 MB 35 73
152,876 152,876 000000000000024f36248a153e30afe53aac3288b2aac429170d1a3bc354745f 0.03 MB 47 138
152,875 152,875 00000000000004d2fd0d19c77f780cfd51cb0309b582b2ccc5c3989f6c27232b 0.01 MB 35 127
152,874 152,874 0000000000000990f0f0164539010fcbfe1b1b1e47ad7993bcbd761093d58cfc 0.05 MB 124 94
152,873 152,873 0000000000000ce8117c96c042741dd3bfa8dbdbfcba0d7c76df3dc9d0dc28d7 0.01 MB 26 155
152,872 152,872 000000000000010095a4d80fe5dda5c52fd0e1267e8927bf0ce059fbd1e066dc 0.00 MB 1 0
152,871 152,871 0000000000000367fd52d30094dbb7cd94cef84841a09b5e45e6783521b382b1 0.01 MB 27 284
152,870 152,870 000000000000090b0e9c52d6610c65fa7ef44c392c18dd2f8559e136f1959c7b 0.03 MB 46 44
152,869 152,869 00000000000002cfcc1203284dd8ce49ab5a840be3f80c68e1f3423fae4288ba 0.02 MB 31 174
152,868 152,868 0000000000000d2f0762beb994a1cff1c44d3d101f99dd6350c7089b57a58361 0.01 MB 29 73
152,867 152,867 00000000000009f82d0c8822bebefea1b91110c820e1ae7fea3849ae4332b946 0.05 MB 57 38
152,866 152,866 000000000000022a8b3624913150b360c4e5ea692b305e98ba2c25ef4b8cab77 0.01 MB 17 273
152,865 152,865 000000000000062d1394ced533f38d406e5b5e9536382cffb543425d5ed29b29 0.03 MB 89 88
152,864 152,864 00000000000006b162fb8d619eec51a94fc9f973710b106575951ce958f366e3 0.00 MB 3 218
152,863 152,863 000000000000066855e55fe3b9160cd527b6c2487475729372cf44ccf40b3162 0.05 MB 120 22
152,862 152,862 00000000000004329e70bdb75ec040cd730b2dd0a223862299ef67673a6c76e8 0.04 MB 63 418
152,861 152,861 000000000000078f2bd49850a9cc76b54af87f7698b86636d77c0b4201c67ab1 0.02 MB 48 57
152,860 152,860 00000000000000b8009f2e86cffc62318e8e72dd860f5888e50510ba7a920e8b 0.04 MB 98 63
152,859 152,859 0000000000000193d28f29d26a1c8f8c0cd9a19a422fb8aac695562b304e17c2 0.00 MB 3 12
152,858 152,858 0000000000000aafe87b438d922f10b5e67dc1edde2de2c9b784904885682356 0.00 MB 10 43
152,857 152,857 0000000000000b560cf9a661147e36d640b3b21118e51ed925851e8c5dbcd11e 0.02 MB 70 319
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 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.