Memory Pool Memory Pool Refreshing

34,039 transactions
31.95 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,152 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,389 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,151 (246,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,840 616,840 000000000000000000031cd8687d7bee08d2d82fbb5731640e38a9a69cb84095 2.20 MB 466 96
616,839 616,839 0000000000000000000a4c8ce346bbdfa834b552eb42690ba3e7bd041f3961e2 1.76 MB 1,706 53
616,838 616,838 0000000000000000000cd9b03c0d649bb9cbbc8a912434cfd9bf75a052291b0e 2.12 MB 965 81
616,837 616,837 0000000000000000000979d62984c7d7aa4941cdd991b47ff9e3df3c286b2485 1.43 MB 2,382 37
616,836 616,836 00000000000000000008ff8ac1afbbe16e876f9a64f20c5d0f7c5c3b6d73f50f 1.57 MB 2,246 48
616,835 616,835 00000000000000000003b8100e8526e8c71ad8c71d71c69376a97293e75c8cd1 1.17 MB 2,679 25
616,834 616,834 000000000000000000027e73dd16238738b7806e8c8649a4a525d730d9c24500 1.24 MB 3,173 28
616,833 616,833 0000000000000000000455bf8cea71160439f28f418b9d8bae11e6294395942f 1.29 MB 3,468 30
616,832 616,832 0000000000000000000d039c100279bc86386945a35c113d26f52a288b28414e 1.20 MB 2,663 25
616,831 616,831 000000000000000000117d5e52858f4fefac9f235b83f9b9c32632cbc6af3f30 1.27 MB 3,149 27
616,830 616,830 00000000000000000001a8a684b1b735fa3fd39ee50d9fdb2a9cd581dba5d3d8 1.47 MB 2,603 28
616,829 616,829 0000000000000000000b2dc02dfd3c1a4a337d7aa885446f1a78c1cb3b387a86 1.22 MB 3,019 44
616,828 616,828 0000000000000000000034d7c010b17ab4a8d8e760f29ff6792ddcbb27a4e763 1.35 MB 3,491 36
616,827 616,827 00000000000000000004850bd26d2bfe30850ffe0cdf98953189b38e5dc1e30b 1.34 MB 3,389 37
616,826 616,826 0000000000000000000f85fccfaee13d9094f152609d6d391b6d91b0b41d9039 1.36 MB 3,432 37
616,825 616,825 0000000000000000000a41249bf251a00a677c8a220305ff4b6de8d738592d27 1.45 MB 2,996 30
616,824 616,824 00000000000000000008aa8b92abc02be5485be0ba16fdb92cfff347f56f494e 1.27 MB 3,076 45
616,823 616,823 000000000000000000104890c87f9ed8b8a56dab261fec55578ffab009141e7f 1.29 MB 2,674 16
616,822 616,822 00000000000000000006a1e568b4871e7eda9bc8803f7221433c092ae904d0f0 1.28 MB 3,114 31
616,821 616,821 000000000000000000057a83383701f9276fdde75e60bf2372577eaad8bf0026 1.23 MB 3,052 21
616,820 616,820 0000000000000000000c56eb4631aa724c89de42510bc0e8f47d15bbd9b1b962 1.35 MB 3,184 36
Previous 10 blocks ↓
Total Size: 686.40 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: 1,450.19 GB sent, 114.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.