Memory Pool Memory Pool Refreshing

17,576 transactions
27.80 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,590 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,026 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,589 (65,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,276 798,276 00000000000000000002886d8dfbe753f6f1d4793de1928c22a2893cea20c750 1.64 MB 2,906 17
798,275 798,275 00000000000000000001a62d93b10ee1dbdabd3bb7f026874c6254864e98259f 1.39 MB 2,449 21
798,274 798,274 000000000000000000053f4dcbd94ffc76ae1eb33b4c2f0bb4d72eea320c7696 1.64 MB 3,702 17
798,273 798,273 0000000000000000000026e13a48880cdc8586836dbb07f2485cd1e00faa6b9e 1.37 MB 3,266 36
798,272 798,272 000000000000000000003019aeddb0b26f5b636bff8ed2006a4e8f87d932a9da 2.35 MB 1,121 7
798,271 798,271 00000000000000000001d071bf7d914e6ff87f4f8d1e46b43cdd0287c71c5c38 1.67 MB 2,482 12
798,270 798,270 00000000000000000003ed144f06fe48259802890f89594579a176edae63a60f 1.36 MB 2,337 20
798,269 798,269 0000000000000000000064f6add1144d135b5a004d6f76be005efcc9463086d8 1.88 MB 3,138 11
798,268 798,268 0000000000000000000010bc315d61c76765c544addd5239bb2dac34f6b533c2 1.46 MB 2,037 9
798,267 798,267 00000000000000000002771938de8630f71416e1c451d1b2f3bcee849d718dc2 1.56 MB 2,852 14
798,266 798,266 00000000000000000000bd52c17e7ace1fdf43cd8064bb408e452fb3eeb80325 1.52 MB 3,323 13
798,265 798,265 00000000000000000001e968175c09f88bd58c8ec227186050129a505ed61014 1.49 MB 3,485 24
798,264 798,264 00000000000000000004a40c94c2c088f859f5cebd3346635ccb11c090affcfc 2.17 MB 1,603 9
798,263 798,263 000000000000000000001bc27c68109f24835cc234f7722766dd2b1eb61636b3 2.52 MB 2,102 12
798,262 798,262 00000000000000000004cda01c79e61b8b29cbd2566b584df5411c2e6f69a1cc 3.40 MB 882 9
798,261 798,261 00000000000000000003e7b58e9a64141eaf12439d3c09b2f22f664078bf75e0 3.18 MB 1,231 10
798,260 798,260 00000000000000000003e4e23b4b73f7b80bd50adda853a461490dd35beea273 2.36 MB 1,591 9
798,259 798,259 0000000000000000000421cb8266fc6f0d95cf985ba9ba217cac7aa249d2855d 1.60 MB 3,624 20
798,258 798,258 00000000000000000001c0db11217d005e482e8d9a7b13133bdf030f23b17896 2.67 MB 1,213 8
798,257 798,257 00000000000000000003d2821ff994b6eeb2a05c86ec1ed11924d0710d1ee8ac 1.74 MB 2,830 16
798,256 798,256 000000000000000000008f023643196468537261ac8a9c7eafbd68089b0435fc 1.48 MB 2,837 13
Previous 10 blocks ↓
Total Size: 687.24 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,512.22 GB sent, 120.54 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.