Memory Pool Memory Pool Refreshing

68,988 transactions
22.31 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,243 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,152 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,242 (66,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
798,255 798,255 00000000000000000002857194b7c468e34449a7765bf54a4b74bbce9f610fc6 1.96 MB 4,206 9
798,254 798,254 00000000000000000001bcbe758256a7b8893e3d8a4aa13212bf418c5754fdd8 2.05 MB 6,242 5
798,253 798,253 00000000000000000003c6b275d6181b7392cf77c63c35c3ca73f42c6ff8472a 2.07 MB 3,199 8
798,252 798,252 00000000000000000003297760f2491869a9223e32b22d1c23de25805bec584e 1.70 MB 1,866 7
798,251 798,251 00000000000000000001ad78166d4d19a362fabdc0a0cbce5470e80c7457e275 1.67 MB 1,678 12
798,250 798,250 000000000000000000004713199e38781cda69411d9cbde733288b87cb8de7d0 1.60 MB 3,510 21
Previous 10 blocks ↓
Total Size: 690.36 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,680.08 GB sent, 144.09 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.