Memory Pool Memory Pool Refreshing

178 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 161 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (264,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
643,437 643,437 0000000000000000000a1cd2b8b686c0ccb518202940e5a790d360f52fa64a41 1.27 MB 2,197 68
643,436 643,436 0000000000000000000f07d713b3941e20b5da1e674e5473cc1ea1a3c2b52bce 1.27 MB 2,126 34
643,435 643,435 0000000000000000000b0dc566c7becaff524caffe41230950b864028c7ec1a7 1.37 MB 2,726 78
643,434 643,434 00000000000000000002c1d9ea1b022b9cbbe7f73efa42742c089a893dba6274 1.24 MB 2,341 49
643,433 643,433 000000000000000000090434d2bae6cde171990e26f671d165c4f0c3add66578 1.10 MB 1,280 14
643,432 643,432 0000000000000000000d5fc27ad1e2993627a85ff41ae3a7536ffa39b266264a 1.32 MB 2,224 26
643,431 643,431 0000000000000000001000d16ea7073ed1b3189a9cba0e1f8b050382738d4376 1.21 MB 2,183 65
643,430 643,430 0000000000000000000402fcb85f8e25f3d3a8148aac8602a02559fbdfd09b83 1.28 MB 2,355 61
643,429 643,429 00000000000000000009b6124a41d7ba9d0758fcc219a2a565c969a930260dcb 1.30 MB 1,501 139
643,428 643,428 0000000000000000000d487d14e5ad8d27c7a5c9ee8f19d25e516b0184fd6759 1.34 MB 1,716 27
643,427 643,427 00000000000000000010414ee428e803b72aac92c26b2c87f8a46be9c86a85d0 1.19 MB 1,401 27
643,426 643,426 0000000000000000000ac1dacf61828db7a9b06c24e9463d6a537fbca5d81695 1.21 MB 2,366 34
643,425 643,425 0000000000000000000587871d746bde7727ec5c4f03f4b125a88bed918dea41 1.28 MB 2,825 78
643,424 643,424 0000000000000000000f0f275603084e3e8f2737266cea19075eaab3f34a23ac 1.25 MB 2,727 77
643,423 643,423 000000000000000000101164c21e18351abeef78f9ad9e404843e95d18807214 1.36 MB 2,258 142
643,422 643,422 00000000000000000007d56648d856f1327f5f88b3ccc22dae947f8e865b10e1 1.29 MB 2,149 93
643,421 643,421 00000000000000000008d341285e5bc21bebdd9e3098aa8216b375fd51e12640 1.19 MB 2,822 60
643,420 643,420 0000000000000000000d7efac8848bdd2dd7956ca449a255486936e3b0e7c89e 1.12 MB 2,714 54
643,419 643,419 00000000000000000001bc5238c774ea8ba014694ca6dd0594189c6b1ef1a2f4 1.32 MB 2,570 120
643,418 643,418 0000000000000000000147c7b81fd8cffc691f19e937419039aca7fbbc27f60b 1.40 MB 2,902 132
643,417 643,417 00000000000000000009a4b4373800d6c28aaf73677850c43e5f28719817975e 1.35 MB 3,023 163
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.