Memory Pool Memory Pool Refreshing

60,791 transactions
28.88 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,850 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,051 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,849 (448,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
422,681 422,681 0000000000000000006335dc488a29caa04c4b211cec0ec6813323d80cf9b55e 0.44 MB 611 56
422,680 422,680 0000000000000000002c81e7113272859ce35fbe72c49c5061e76241235925d1 0.76 MB 1,696 53
422,679 422,679 00000000000000000385875956f0e7edf5e66465d24bfb5c6159e80a312c5fcb 0.16 MB 363 60
422,678 422,678 000000000000000004de0a2a19e335c8f94e1e78de22f2f16adbdae8ad8d6cd5 0.99 MB 1,328 31
422,677 422,677 0000000000000000044246e2d3de512cb384c404927445222d19699e74e06578 1.00 MB 627 14
422,676 422,676 0000000000000000012e15a5ff1c9d15a35df3ab27589f008f7446cf71bd5410 0.12 MB 338 58
422,675 422,675 000000000000000000121652ee448a51498a90ef2c66c3902b11606b157e5952 0.99 MB 1,602 38
422,674 422,674 0000000000000000047b53298c9df3cb47a8d9a6890d6d15c0b6e99da54fa80f 1.00 MB 652 14
422,673 422,673 00000000000000000192ead289b2b4227ec8c6013d6136cf90655a32a281db8f 0.43 MB 401 20
422,672 422,672 000000000000000004c3bd3ad72dcd4c23ea42235862078c9fea7654f09ad1ed 1.00 MB 1,927 40
422,671 422,671 00000000000000000175d54ba1c1be93d6c68a2eccea1fe66678158a71fcbc18 1.00 MB 2,978 77
422,670 422,670 00000000000000000018dc359d062cbbea724307791f1692130b560f8d4629d7 0.36 MB 808 46
422,669 422,669 000000000000000003835ad436ab64e78ff21c84fa6f2823f2b9c96316fc3be3 0.72 MB 1,039 34
422,668 422,668 00000000000000000313dad37180be32e3ccaf1f12da0eeedcf3ddbe8ef62f69 1.00 MB 1,992 47
422,667 422,667 000000000000000000ec565d772b9170393e5046dfda78a6568083efbcfac400 0.00 MB 14 155
422,666 422,666 000000000000000000fd8fe0e19eafee8ba3643400e0b0e2860b365b5a42c265 0.11 MB 290 54
422,665 422,665 00000000000000000325c3d488ef03ba3d0bba87eb1998abae63b368025b2ed8 0.24 MB 373 31
422,664 422,664 00000000000000000508a8869ffd3cec5b79fe84a2576cd9b012753faad5b8db 0.26 MB 502 63
422,663 422,663 00000000000000000161c7ea8148f7c87f2e8e03828cbd6aa09db5203b1a6c79 0.71 MB 1,215 30
422,662 422,662 00000000000000000277d62697bf37bc2937ba08e9f70103d7055e83b1b74461 1.00 MB 2,431 70
422,661 422,661 000000000000000000119faa80accac557976a35c6e2d4be51835308147a219e 1.00 MB 883 27
Previous 10 blocks ↓
Total Size: 701.07 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,398.97 GB sent, 217.69 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.