Memory Pool Memory Pool Refreshing

42,631 transactions
22.90 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,979 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 471 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,978 (366,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,798 502,798 000000000000000000576e2497f8c367d1cd783174733e6f19f159f9cd0fb833 1.06 MB 2,470 549
502,797 502,797 000000000000000000698dbd5bc025ff87d9d01f26147a0eccf09cfa40417440 1.11 MB 2,980 499
502,796 502,796 000000000000000000474899454d63868dfa7d93ee43fc8e72064229f337d984 1.06 MB 2,621 591
502,795 502,795 0000000000000000004da445ad8f7f0c2f373654abec2ee92c166b4ba24c3ccd 1.01 MB 895 349
502,794 502,794 00000000000000000022976395b3449b2e85e8bb10e2740d0a874946efe61857 1.06 MB 2,131 463
502,793 502,793 00000000000000000056b3324d8ecde44f089f45e4ddb62d0310a87a1fe49fab 1.07 MB 1,324 290
502,792 502,792 00000000000000000031adb7cd77da8738cd7dd50d22efc28e7134ab5341d508 1.06 MB 2,281 531
502,791 502,791 0000000000000000005f72bdb9e1736f4686fea69539a716b74bf9e1111bffae 1.07 MB 2,018 525
502,790 502,790 00000000000000000028d1ea12f06a1cd8e217cecd55101bc512770c4f96196c 1.04 MB 1,538 357
502,789 502,789 000000000000000000654c4bb8718d625dad848da4aede200081cd8a347eb9a9 1.06 MB 1,634 466
502,788 502,788 0000000000000000003080809d698b59992aa73beab45883bfcb06debac36c45 1.04 MB 2,116 357
502,787 502,787 0000000000000000005c7e76b64319e8a9e7d0f05d562ce3b5b1852e05dc3ca5 1.06 MB 1,688 317
502,786 502,786 000000000000000000671898342f97ab8c349a057988884682855d6fbc471abd 1.06 MB 2,215 374
502,785 502,785 0000000000000000006397b1e3c37429bb6c8430b466b42723db6bbfd957fa34 1.04 MB 1,539 343
502,784 502,784 0000000000000000005d573cf3ef60412175135572322a1cee70137691a6c1ca 1.04 MB 1,919 423
502,783 502,783 000000000000000000356564ae41314845bb8eeb5bd13de6897fad1f44c0bcc5 1.12 MB 1,594 390
502,782 502,782 000000000000000000718c1e302cf57a24103bfa26e3908936797ea27b15001a 1.07 MB 2,435 433
502,781 502,781 00000000000000000036e1dc0e888f134d8793c3ca669777a9c354e75dc83d69 1.08 MB 1,194 387
502,780 502,780 0000000000000000004acc1880c26637a33d3b4e4c93cc6c41515642e1ba97fe 1.06 MB 2,431 500
502,779 502,779 0000000000000000000077ddb0fcdd01180a99c3a24a839e8ef13a345f20a756 1.10 MB 1,890 652
502,778 502,778 0000000000000000007cf961b45dc49a0b1597519fa253c43e15f8a037af1daa 1.06 MB 1,604 510
Previous 10 blocks ↓
Total Size: 697.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,052.78 GB sent, 195.07 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.