Memory Pool Memory Pool Refreshing

1,930 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
2 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,210 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,209 (320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,889 907,889 00000000000000000001301a5399fbc05b4b291877eeabe4a5f3557a0ab7fcc9 1.70 MB 4,329 1
907,888 907,888 00000000000000000000219283c9d8ea9adf28e7b8ddb1db3068027cb89c82d5 1.74 MB 4,288 1
907,887 907,887 00000000000000000001ab99dd40b3dd975e7b8cc1d998537670b003350c603a 1.75 MB 4,712 1
907,886 907,886 00000000000000000000ffe3f64c1aef385a621f2a7574674558cff4f855cc95 1.82 MB 3,837 1
907,885 907,885 00000000000000000002337cad269ec37d04f1420217b1159f0bd14ced480c29 1.57 MB 3,013 4
907,884 907,884 000000000000000000015348409289eadfb2b7339096d7665b2b1ffd88225e1d 1.47 MB 3,345 3
907,883 907,883 000000000000000000022a3e18aa9769e83a31da394d7432639ce5f01038f515 1.72 MB 4,578 1
907,882 907,882 0000000000000000000215d1bdd7affc09c8d623961e1013198827fd5f2d074f 1.80 MB 5,032 0
907,881 907,881 000000000000000000003ee461358b5a33b149fd80a6bf0055f52852b1b0d5e9 1.85 MB 3,543 1
907,880 907,880 00000000000000000000caf838bc422efaeaf3aa077fa6139c0c661b81a927c7 1.60 MB 3,364 3
907,879 907,879 000000000000000000006060c5e2e93e92770cb610801a6d9b7c8fb78c385253 1.66 MB 2,659 3
907,878 907,878 00000000000000000000870c3e9818182c64efd11ecaf1295246300f0bf7b78c 1.66 MB 2,810 2
907,877 907,877 00000000000000000001f09762f0cb392965171f86bbdb79ecb77d59a6731428 1.62 MB 3,837 3
907,876 907,876 00000000000000000000c12296736a6099a41e2181ad3361ab04894ddf171f87 1.60 MB 3,684 6
907,875 907,875 00000000000000000001e62aae75a1ce8358bec006e34b410d1d42c0f9ddd9aa 1.53 MB 3,697 7
907,874 907,874 00000000000000000000d2c9f1f21de650c52832f5c2870ce8162dd28ae0046c 1.62 MB 2,275 1
907,873 907,873 000000000000000000014a4362b3f5f17b53620d456aa570fe71ca4639f2afb3 1.55 MB 3,150 3
907,872 907,872 00000000000000000001766d6cc3ce4f05021f80a10566dc2d77390496608c63 1.55 MB 2,539 2
907,871 907,871 0000000000000000000184d2394339b8f04c1db70ba418ddb95585c9f08cae56 1.62 MB 2,903 3
907,870 907,870 00000000000000000000a75105a872083873c9166abb832d955e18628d85ee6d 1.57 MB 3,691 5
907,869 907,869 000000000000000000012560697d82aeeeb486cedb744e3a475e17cb86170050 1.93 MB 4,279 1
Previous 10 blocks ↓
Total Size: 769.97 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,684.22 GB sent, 97.58 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.