Memory Pool Memory Pool Refreshing

5,681 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (594,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,283 313,283 00000000000000002453cb73e9146e523921e750ed507a68983e1cc99bac9e5a 0.52 MB 783 27
313,282 313,282 000000000000000030c489d23a09534ffbe8a3bbd68ff63281d5a6b021929903 0.48 MB 858 28
313,281 313,281 000000000000000030580eaf54c9fe8cdbf22d8c271f431ce69fbc638e8b02c2 0.10 MB 200 30
313,280 313,280 0000000000000000209181214649d536e1dd41107e5a80026f905e5e7a243d27 0.02 MB 50 24
313,279 313,279 000000000000000028993376d2c07d1682a60d7c505cb77ed3934d9b21e53f65 0.04 MB 83 30
313,278 313,278 000000000000000017030af590568f2597e0b260ba99872084427c981ee2806c 0.64 MB 1,123 28
313,277 313,277 00000000000000000261f535d39c8081d548090b8740a55767e4007c94a888d3 0.36 MB 619 27
313,276 313,276 00000000000000001dd75cfd1cae185a3c03f273c2eac8334dec1ef66fdd8147 0.22 MB 318 24
313,275 313,275 000000000000000029c7e7543cbfa064084531e27958d80d40d8f9f0defce350 0.17 MB 201 23
313,274 313,274 00000000000000003522735ef72603ee22bf30bd35f9b82106796b3df98de62a 0.10 MB 167 23
313,273 313,273 000000000000000016d1063d91243ccde97ae2e000ae00b939d82f57cff3f438 0.12 MB 282 33
313,272 313,272 00000000000000003935be8ee6f0cfae020d54a453c2dd5b9019be4b65e3e66a 0.22 MB 430 29
313,271 313,271 00000000000000000829bf548635c6d71880444b6949cc4c4abdb5d22fa5db97 0.21 MB 323 24
313,270 313,270 00000000000000001568e851ebaebb6e59205f5d8f0f8e48d6af2548b731d3e9 0.14 MB 291 25
313,269 313,269 00000000000000001add7f0ff616e5d189d4835cd6e29857d6bcade80479f977 0.35 MB 730 32
313,268 313,268 00000000000000000b448af554af4b26a7af675670b2a26388ac8e4f35e9ccff 0.00 MB 1 0
313,267 313,267 00000000000000000e7b103a4c5f881c2a152148e7ad6a37755d193cfecb5a52 0.11 MB 244 32
313,266 313,266 0000000000000000351b46cb6571012ad28f141963a22bed681988084bc55ccd 0.10 MB 104 13
313,265 313,265 000000000000000032add98b859f5f08b70ed4cbefe489d4157af6456647d7ef 0.52 MB 1,002 28
313,264 313,264 000000000000000024f5e1649bb1612da2bea5b0eccebb4dfc22cd8154665cc7 0.44 MB 820 32
313,263 313,263 0000000000000000206f2687df45f994e4f722704d95cb45f4d00bcf93f81f31 0.24 MB 281 21
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.