Memory Pool Memory Pool Refreshing

38,249 transactions
25.85 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,622 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,621 (200,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
662,448 662,448 0000000000000000000ca48824e4f297561951b306a770a8b3f59a8022783fa5 1.27 MB 1,535 31
662,447 662,447 0000000000000000000995f381fdf63edf488b07bc811dcabc8792be8065d216 1.46 MB 1,588 30
662,446 662,446 0000000000000000000545a5fd3be0b819424d34cabd7dcafd8d600af77f8d1f 1.39 MB 2,752 134
662,445 662,445 0000000000000000000a973645a5bb41b57c01a6fdffc058260b545b07267bfb 1.25 MB 1,598 121
662,444 662,444 00000000000000000003bd67fffeef9d0ec0dff7725d5d343f4727d128eed162 1.44 MB 892 25
662,443 662,443 00000000000000000003a0b645caed01c1dbc66e011bbd403fca486b7ad57e7e 1.29 MB 1,399 108
662,442 662,442 000000000000000000075cf8cac7834158a9ea6425b7f56215ed55f76704d6dc 1.48 MB 1,737 82
662,441 662,441 0000000000000000000d51447784b728e42a28e8e67a2631de472373b594a619 1.15 MB 1,670 27
662,440 662,440 000000000000000000011e2d53ef9d5ecd364bb2c88a4b6b327042ef58030d2d 1.25 MB 1,087 29
662,439 662,439 000000000000000000090d5036b6ee80fa1b1c32e3a1268c4abf8c4cf25c142a 1.17 MB 1,509 18
662,438 662,438 00000000000000000006f303de3386d080ebbc4c4c281ebdf53d562e542df22d 1.31 MB 1,379 47
662,437 662,437 0000000000000000000296d10a983b71fd4d0e15a201ab2dbe1f16c75f75cab8 1.25 MB 1,721 21
662,436 662,436 00000000000000000000fc8c671630ddc9ec5b142748d85bfba95a7b61f90d65 1.32 MB 1,676 26
662,435 662,435 00000000000000000001f12ce4cf368e28be680d34859029712904b621bddced 1.36 MB 2,004 59
662,434 662,434 000000000000000000007bbed343cc1d2505589c5acc2e38fc5b328ba99dda0e 1.31 MB 2,390 70
662,433 662,433 0000000000000000000509121f198ba7a1dae6c4934c4ab4786d83fc29787555 1.31 MB 1,640 38
662,432 662,432 000000000000000000076a7ce325093de04b3f3a83c0880bcc4d88ac260545ff 1.30 MB 1,931 37
662,431 662,431 00000000000000000007d7a7f00cccfb24b95a5e416a32a649b732092b0f236d 1.36 MB 1,503 45
662,430 662,430 0000000000000000000a28ff5fd18577dba35b2e60069dd89ad7c96e09214e1b 1.31 MB 2,298 71
662,429 662,429 00000000000000000000de18e1f48af36dfd19e06bb2e441d79a65095e6539bf 1.12 MB 1,571 44
662,428 662,428 0000000000000000000797e2e878fb680fc1e934179404b668f59a8a70cf12d0 1.17 MB 2,100 60
Previous 10 blocks ↓
Total Size: 685.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,380.52 GB sent, 108.03 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.