Memory Pool Memory Pool Refreshing

7,437 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,298 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (305,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,696 602,696 000000000000000000030fef6343582c1640ab0746c136f887c47588e5bd3bdb 1.49 MB 1,523 11
602,695 602,695 000000000000000000013f006962c4a6f6e9cdeb6f89841719f90d1587087bac 1.27 MB 2,744 45
602,694 602,694 000000000000000000082fe9fe2303a61d765aa283fe37bfc1002f7f04816af9 1.22 MB 2,402 31
602,693 602,693 0000000000000000000679a2036c382e657e9c7de81072c47f819285cc146659 1.28 MB 2,326 31
602,692 602,692 00000000000000000010bedcd72dabc5d691346b1c6b131aae87e3d26c0ad583 1.13 MB 2,279 20
602,691 602,691 0000000000000000000619f31a7fa886348d457d8e175bbbc8c8b87c2481d9ac 1.22 MB 2,593 29
602,690 602,690 000000000000000000096fabf57b4bd446f7e6632909cd966806a2256a268857 1.29 MB 3,108 39
602,689 602,689 000000000000000000128687ae82e9907b7d960097dd55e2c337cdc97e0ca235 1.29 MB 2,604 39
602,688 602,688 000000000000000000004dc18972b9ca05f4a66bd38ee2b3ec6742be1a09954b 1.28 MB 2,553 32
602,687 602,687 00000000000000000004539035e54e5c0b47fe2073ed6b2daa882573657cfb44 1.06 MB 2,112 21
602,686 602,686 0000000000000000000a269d84013a8004f16401479bf6aced54fe098ba4359b 1.24 MB 3,200 28
602,685 602,685 0000000000000000001146a49a420448c585f1c7b08bd1563b57a70425240987 1.25 MB 2,957 31
602,684 602,684 000000000000000000146fad7a81de7446989c414e9fd0a21f42852564ed0498 0.88 MB 2,441 26
602,683 602,683 000000000000000000067d8f244ca214d0498ba6da07b6fdcd36f0968929095f 0.67 MB 1,538 28
602,682 602,682 000000000000000000059f1264f197ab974b4341dadbe6b39e88caba3c54cee0 1.01 MB 2,084 29
602,681 602,681 0000000000000000000c9802908bbbfbc745e43b0649a9dafca408fe82409d40 1.26 MB 3,235 30
602,680 602,680 0000000000000000000a54f9eda42711faca96f143747448e71c5d386af9948c 0.55 MB 1,504 27
602,679 602,679 0000000000000000000f1d5541a797ac7332a3c5c44b33ba5ed515833edd3b05 0.05 MB 136 25
602,678 602,678 000000000000000000003e05c5292de451679fbc0dc667011ff309af36c0f607 0.78 MB 1,525 19
602,677 602,677 00000000000000000007eb04119b7ebd25a4c92e3ecd03f4f72b6b6f523c9357 1.16 MB 2,712 6
602,676 602,676 00000000000000000012d1c2654803b705a28f25ac2f6721c74f0ec0bb6bf5be 1.27 MB 2,619 30
Previous 10 blocks ↓
Total Size: 769.00 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,616.84 GB sent, 92.83 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.