Memory Pool Memory Pool Refreshing

36,067 transactions
29.34 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,538 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,512 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,537 (455,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,284 407,284 000000000000000005dbea2cac32a360094b1257913329113a9cfc956a03949c 0.25 MB 490 33
407,283 407,283 000000000000000001d905268d7127c5fe746aacfdfe3e45ce82939deb016440 0.63 MB 1,437 34
407,282 407,282 000000000000000004ababc7b7fd16bf4abcce16d384454371d31d6c0400e29b 0.56 MB 88 6
407,281 407,281 000000000000000000ed3e8fa5258a81ea4bdd140a7850f22b6a62f45fdf29a5 0.98 MB 1,560 27
407,280 407,280 000000000000000002c83e28c1f17571fb3a45efd6184ebf4f0bb49c322f3915 1.00 MB 1,533 23
407,279 407,279 00000000000000000043e9294dda5d3ad8feef4f9c3105bb6692525f07976215 1.00 MB 3,320 58
407,278 407,278 000000000000000003dd907c9a1f6d250d2cf1dd95cf610775a7f5da7cd7d069 0.77 MB 1,824 48
407,277 407,277 000000000000000005c71874c463865c6785f506514ff750239232f478118695 0.83 MB 1,932 42
407,276 407,276 000000000000000000e1f3484419fb982d8a1ef2b7abd3700a39cb037d35dc42 0.90 MB 1,886 36
407,275 407,275 00000000000000000429cf1302e7ee711a72a04a3d5dc731edff9bce7be98d87 0.55 MB 1,296 43
407,274 407,274 0000000000000000055a2f1b1abf9e4f318a6a0b53da3ed3760f7ac42129a4e7 0.53 MB 1,366 42
407,273 407,273 00000000000000000261dd7cd20bd2c908748f065834de7973755e4173dec84a 0.64 MB 1,159 36
407,272 407,272 000000000000000001399a7b3e10e17178574f382eba862dcbe3b62dc4b737e2 0.00 MB 1 0
407,271 407,271 000000000000000002aca9df689bcc2193279f760b57ff226d2c73d2993b2605 0.40 MB 803 40
407,270 407,270 000000000000000000dcc6df6ec75ca5554539c9fec699ef9724a38a24aa9024 1.00 MB 825 6
407,269 407,269 000000000000000005d7a92a6ce7900db3575a2c5eaca4ade99cdab2516979ea 1.00 MB 2,018 30
407,268 407,268 000000000000000001407039db39fdb38d4e90ad75103be193456de36428080f 1.00 MB 2,444 89
407,267 407,267 000000000000000001dc99125f687b78e7c25c3d0a87e36e9b609313a02636de 0.47 MB 1,058 41
407,266 407,266 00000000000000000507b8cf8447ce557f115ebfa8c6734ccdec55a6c32d81ef 0.72 MB 1,151 26
407,265 407,265 000000000000000004358d4ecbb8598d5f9d4071fd52a0605ed3fb5f8d4788cb 0.00 MB 1 0
407,264 407,264 000000000000000002729c1cc0c262b992f5711d7b6026ebeba9ea1227309634 1.00 MB 3,195 55
Previous 10 blocks ↓
Total Size: 685.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: 1,373.16 GB sent, 106.73 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.