Memory Pool Memory Pool Refreshing

2,391 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,391 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (860,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,509 47,509 00000000161ba2e73fb439679a26cb584a6d2dfad7bd867c679e4cbfff3bf1ea 0.00 MB 1 0
47,508 47,508 0000000009d7a97b3c9e5cc358ed8d41ecc9e616dac78472bac4ceaf9274e43c 0.00 MB 1 0
47,507 47,507 00000000113bb40971d3bd3e4eb2705a439b06a0974808e2b4e79ff750170781 0.00 MB 1 0
47,506 47,506 000000002e155de80fb4b8b4b999bae1f56b5a18562ef36793978263151cf350 0.00 MB 1 0
47,505 47,505 00000000164963426483d146e230dd13a1801d9f250e1df6c6b540795aed22a2 0.00 MB 1 0
47,504 47,504 0000000007eb53b4f7af27514b79dba52a2f5cbed2ae2b6071dc30374a2a3275 0.00 MB 1 0
47,503 47,503 00000000049c52f97a7776f71489024c3066e947c6dcd9f21ccaba4402fcf297 0.00 MB 1 0
47,502 47,502 0000000027b9beb9a34592b92cca148ebb4fd2fed93eeee64663f12a77224a8a 0.00 MB 1 0
47,501 47,501 000000002cca6b261afd87fdbc50b4989350979f31c7c4c56999882e49f752c4 0.00 MB 1 0
47,500 47,500 000000001be0576677de04f4e9e4b84cb0b0c47a804f24160229a4c5ec0a33e2 0.00 MB 1 0
47,499 47,499 00000000300c8cbd280c03a3cba9102b987fc92b2952169a0988b29d0c1ee2ff 0.00 MB 2 0
47,498 47,498 0000000005d796fd2e2bc8745c74c72857a7f68a54e81ef4dd1a74d5e089858a 0.00 MB 1 0
47,497 47,497 000000000f33501ce4af4e7fb5a0ce72582358e9daaa80007ac9a4a042ef70e8 0.00 MB 1 0
47,496 47,496 000000002c13f07d2c6bb7ae57423fca7b41bd8daa40b2e01845d56efd792bce 0.00 MB 1 0
47,495 47,495 0000000037bddcb359fcecc35f339deebde2322bf814e41380e5a853bbfa9509 0.00 MB 1 0
47,494 47,494 000000000d239857d0ecb1f5b6f96035310b67ecf9197aff103e31ebcb0b4e63 0.00 MB 2 0
47,493 47,493 000000000e791a272c1612cab926c7efb7741f2162f6d86eedd4c2b470e40846 0.00 MB 1 0
47,492 47,492 000000003335b91922ac6ee4848ebbdabdddb47696141c1ca20e99f167b8d0a0 0.00 MB 1 0
47,491 47,491 000000002f99aed1a209f06ac30108c6f572930091755dd06236d2fce50b3293 0.00 MB 1 0
47,490 47,490 000000001cec9f438d941cc81e81402ef6271510a9094a67817f674f466746a1 0.00 MB 1 0
47,489 47,489 000000001e31b097ac2d872a684e9f39934455d3b606bb1efb085d81351d29b0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.