Memory Pool Memory Pool Refreshing

558 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (900,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,152 8,152 0000000048f553e934ae3a5bb0f69a69454fbe22b2ec2badb6e2e0db3f8e42c9 0.00 MB 1 0
8,151 8,151 00000000965bb293914b76c04e260e10a7cfcbc8ed5390719b21c5f3ad916285 0.00 MB 1 0
8,150 8,150 00000000a72028741dab34d9e7694d30f0a61f004af107a9ce055b8f82adcf65 0.00 MB 1 0
8,149 8,149 00000000fad7d9b3db7773b6263b902c8d6dabfc5ec36d6941188627393394e6 0.00 MB 1 0
8,148 8,148 00000000060bf8df0264f34e0c5a797e76ee7d7747ad601b2740cdb2444ddbd2 0.00 MB 1 0
8,147 8,147 000000006d612c22097029b0d89928102b10241e5bb588efef20e6476bdc9ee7 0.00 MB 1 0
8,146 8,146 00000000a4b1f2b591ca1d9d907e70342f5a980d384917d02603aaea71ff9d63 0.00 MB 1 0
8,145 8,145 00000000a5e1609452246c1621e6e57bb109462a668fd4514e3a4a7a7ef4612b 0.00 MB 1 0
8,144 8,144 000000001573bd333ec52deb456c0d8a364a5d1afe254a270f8d0229f4589aac 0.00 MB 1 0
8,143 8,143 00000000132da142072451b1783329c84cd4a699b6595c58acc517e4ffc3987c 0.00 MB 2 0
8,142 8,142 000000005e485b5fea16528bb3cf8342a4d852e68a42f7b4961423c33ea9fcac 0.00 MB 1 0
8,141 8,141 000000000cef43aa6525a1e57e18477950fa20bc2242e30ea4fe4d8a3da2d483 0.00 MB 1 0
8,140 8,140 0000000073b5c954142a616ba14e334d4c2c680055edc45c661288ae4bf46bfb 0.00 MB 1 0
8,139 8,139 0000000042992d944601e484892ca33c7f1abc183523108faf7ad0b1c9146111 0.00 MB 1 0
8,138 8,138 000000001cbc3aa13ba780a1d662742d2d0fa94b568b3010f31ee9c33bdf441a 0.00 MB 1 0
8,137 8,137 00000000f94cd3d689200533b1bf3a0001e05a34b683f7d22b5da08d291ccf30 0.00 MB 1 0
8,136 8,136 000000002033003e0ea2ebcab66f60ab701ee7fd06b5e2b707507d841bdd3fcc 0.00 MB 1 0
8,135 8,135 00000000ce5d3314ce99a2420f0ad9b045e47724c957bfd8feb0931d27a2bde7 0.00 MB 1 0
8,134 8,134 000000005eb4163cb0063ab0d7e2ec003d3b2ce722b07a3f3583656aba28a2ab 0.00 MB 1 0
8,133 8,133 00000000e9ef1a30235fe40e58604b08497b8d25ca3cf8f87c972be1e171f928 0.00 MB 1 0
8,132 8,132 00000000cd4287fcda009c4c2c31448698304d2b009d7e031e2af6921cc3f859 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.