Memory Pool Memory Pool Refreshing

8,368 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,912 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (24,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,409 883,409 000000000000000000012e4a5891f73cc56277b7fb2ab2ca93adf3c8f530117c 1.68 MB 3,680 5
883,408 883,408 00000000000000000001d6f5efba03034129bcd0716fe214ecf0afff92b80bf7 1.59 MB 3,553 8
883,407 883,407 00000000000000000000d9d4dec0dfd04f08e0de000a5959c26e3687e2dd62bc 1.67 MB 2,156 4
883,406 883,406 00000000000000000002666a5cd5ee30316aec1c823cc86842cecef28fb1283b 1.61 MB 2,884 6
883,405 883,405 00000000000000000001190564b084611d5119a7e252fa8d75aeebe78defd0fb 1.62 MB 3,745 5
883,404 883,404 000000000000000000014e12d6815b2dc72d244f8b392fb0ddf540d574e08c55 1.82 MB 3,122 2
883,403 883,403 00000000000000000001b20ba23c57518b2278a42041a0213b8951547a24b149 1.92 MB 5,288 1
883,402 883,402 000000000000000000014f375b9286b30a2bb7794f417684c27b417fbe02dcc0 1.70 MB 4,170 3
883,401 883,401 00000000000000000000b11eb11d627418bf4acf57a785cf095c1228e8fbbc51 1.70 MB 4,159 2
883,400 883,400 000000000000000000001aa88fee6115a65ee5745db6787a840e1189ac46b04d 1.55 MB 3,397 4
883,399 883,399 0000000000000000000144001433614f488a3966186bf74061e8da2d53e62c7d 1.63 MB 3,432 4
883,398 883,398 0000000000000000000061984f17b0e720375a17338e3ee8cf39ad0401e354de 1.68 MB 5,075 4
883,397 883,397 00000000000000000000941b8490cde1d65dab91cb23dc1e4cfdfbbc25ef0c25 1.54 MB 4,881 4
883,396 883,396 00000000000000000000fbbf41b4edc9ba8237a0fc2ebf02a705f57217b1669b 1.54 MB 4,861 3
883,395 883,395 000000000000000000015490b57f7ca24bc6b08c608e5a757db1c20864e523d9 1.60 MB 4,161 5
883,394 883,394 000000000000000000025a595851ca8c0395a76a83a3d5cff300067a854525b5 1.66 MB 4,531 1
883,393 883,393 000000000000000000020b28dea23b835a5116cbef504b00f33c499e0ebdc819 1.71 MB 5,569 2
883,392 883,392 0000000000000000000168806ab482ea4721a0d34a49b3212f8725b60475bd2e 1.63 MB 4,260 4
883,391 883,391 00000000000000000002638486b59adcff32e71da6e0884a43c9168295fb21c7 1.64 MB 4,929 2
883,390 883,390 0000000000000000000237da35a9ababef44867f93da4dffeb17cfe7a5112a68 1.64 MB 3,554 3
883,389 883,389 00000000000000000001ca95834fb3bfe49728605f251d4051a2d1bb4c5e07a7 1.85 MB 3,426 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.