Memory Pool Memory Pool Refreshing

1,439 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,430 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (594,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,287 313,287 00000000000000002d62813fbbcf7b676a22e7408bf8c6323d1cca5a600e7acd 0.00 MB 1 0
313,286 313,286 0000000000000000347aadac2bbfc66c8aa26f62bfcb9009867f6e3c84d3a9c7 0.12 MB 158 25
313,285 313,285 00000000000000003654dd3f963d02ee05be1aa1eff593164eca70133b8938b3 0.17 MB 211 22
313,284 313,284 00000000000000001e04f09ec515359cb5d5629de0163d4743a1ae542297c7fc 0.01 MB 46 10
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.38 GB sent, 93.42 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.