Memory Pool Memory Pool Refreshing

50,530 transactions
33.34 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,047 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,572 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,046 (366,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
496,164 496,164 000000000000000000040051deb49daafac1518403b098fb61397d5b2633b9b0 1.08 MB 2,485 152
496,163 496,163 000000000000000000b9f3675350e92bdfa39333e56644599100b5fea15a4d0e 1.00 MB 2,154 65
496,162 496,162 000000000000000000218be28afff359f03e3053bce138bc89811849603df6fb 0.75 MB 579 116
496,161 496,161 000000000000000000a38876a457295e72092080584113a3caea67a21e28961f 1.04 MB 1,417 143
496,160 496,160 000000000000000000643ade2c15a80b2d36ab6c9f349d0e976e64ca5ce8f60c 1.06 MB 2,045 219
496,159 496,159 0000000000000000007631ab0ee497e6d8e2f58bfa6ee392382a412bf7a6da67 1.01 MB 1,325 35
496,158 496,158 0000000000000000007ea1a0ce7bb13d2ac6356eef5d1317cf6728240509d918 1.12 MB 1,907 88
496,157 496,157 00000000000000000018a3f1ed5376b4e784a970329a48ec9b577c41d0858256 1.00 MB 2,518 165
496,156 496,156 0000000000000000001f82e8e8b202daba462892e9f0dfbb708abe7cd9a02a37 1.06 MB 1,552 67
496,155 496,155 000000000000000000585198df5201a20883985cbdf621639ba9780ecd83950d 1.02 MB 850 7
496,154 496,154 000000000000000000badbb7995fb2251009e2bc4ef9e326a2da0acc4e71c4b2 1.03 MB 1,437 28
496,153 496,153 0000000000000000008f64052eda0c0d9090b73414e0eb90fd8de6b309a40f04 1.08 MB 2,031 158
496,152 496,152 000000000000000000c0e5567420442f0c1520f05fb6a763ea44b2ec1abfa82e 1.00 MB 1,834 11
496,151 496,151 0000000000000000008105790344b763eef55c8e404bcb034b39dbbf58d0566d 1.00 MB 1,465 13
496,150 496,150 0000000000000000004c267d8f9a5d14ec41d49d9535a8e7c321fb801fe6ec99 1.11 MB 1,809 59
496,149 496,149 000000000000000000c8f6be0b2e6f1a8e7ac3348713d596ab934ad8ff2e381a 1.06 MB 2,283 124
496,148 496,148 0000000000000000006a085421a029ed894fccdacb1bfdfa90c61ef09902ba2e 1.12 MB 2,287 197
496,147 496,147 00000000000000000071cf1c15aa0adf6fc2ea262f925a905e87f6c4a0ecbd65 1.06 MB 2,484 151
496,146 496,146 0000000000000000006cb636d02e1669929d9019732c403525aeb1402f9ae7f8 1.07 MB 2,542 127
496,145 496,145 00000000000000000062f5ea4c5b4184ff442aef1ca6dee561193d0cfc6f8719 1.06 MB 1,987 148
496,144 496,144 000000000000000000c1f2b8371c12cda316dcb6204bcf788ea531737266e945 1.05 MB 2,151 153
Previous 10 blocks ↓
Total Size: 686.18 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,416.98 GB sent, 113.31 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.