Memory Pool Memory Pool Refreshing

53,667 transactions
21.24 vMB
Show Random Selection Loading Transactions
Max Size: 125/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,393 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,350 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,392 (257,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,380 613,380 0000000000000000000be03d47b620658ae1702da284ecf7c9bf1219a4baf2b0 0.72 MB 1,259 15
613,379 613,379 0000000000000000000c8b8595a0ceeeb74d1766784108ae0c1000bc4b63bc04 0.02 MB 43 20
613,378 613,378 0000000000000000000e1bc970c295a524b03cc88cd7628f6eb8e07e2ec5a2e4 0.22 MB 569 10
613,377 613,377 0000000000000000000e374515f7115f68848c4d7df619c4413c8543b570b04f 1.29 MB 2,937 14
613,376 613,376 00000000000000000010467b2352f3a17f8a6d6cfb120de669101a0f9c4edcb4 1.34 MB 2,662 14
613,375 613,375 0000000000000000000552655a812f47ccad777d76347e99ef85f1abefbb85ef 1.24 MB 2,863 17
613,374 613,374 00000000000000000009b7470d2155dec9841c99b41adec273786f660d4e49ab 1.29 MB 3,160 20
613,373 613,373 000000000000000000087f0f6a7bde0f38330cec91b283d9fcd467eddf396d33 1.00 MB 2,777 11
613,372 613,372 0000000000000000000a57d4d9b290b34d727fc0d4aa442d060052dc37798690 1.28 MB 3,139 22
613,371 613,371 0000000000000000000025597a3e15eda5e52f98e2a10bdfa9b2cece402a03f9 0.15 MB 350 13
613,370 613,370 00000000000000000006e84948a3955eefe2ad1f6b8a7d188f414ad6b638e991 0.94 MB 2,106 8
613,369 613,369 000000000000000000005e6a53224fe605b7dfa33d8eae2699cb74a2b5482694 1.25 MB 2,439 16
613,368 613,368 00000000000000000004ada3936e895f8310694421ecc188687506e055d48df5 1.29 MB 3,248 18
613,367 613,367 00000000000000000005472c787da10e1db6cf0579c3583a32924ccbd776635c 0.67 MB 1,647 15
613,366 613,366 000000000000000000051689238968d3dc7114e72ec3e5c86a5116e818e991eb 0.73 MB 1,670 21
613,365 613,365 0000000000000000000ffd86abcd22169b34d89477daed47bf657f1ef069105c 0.40 MB 1,037 3
613,364 613,364 000000000000000000008d1935b192beece93702c6fafd87f3e536fbf983fb94 1.21 MB 2,990 8
613,363 613,363 0000000000000000000b42e2b6eae72eab91991d5ff522464959823317e7dfbd 1.18 MB 3,092 11
613,362 613,362 0000000000000000001206450664695253edd40cfce8ad389cbff405f9fe3ccd 1.35 MB 2,819 26
613,361 613,361 0000000000000000000ce20772ba5b0367e79d5e3a2419b9ec1e1f22d47985a9 1.44 MB 2,899 26
613,360 613,360 0000000000000000000012a82faf7c5a73e967b77e52930a9cb3664246159837 1.22 MB 2,702 20
Previous 10 blocks ↓
Total Size: 700.19 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,261.69 GB sent, 211.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.