Memory Pool Memory Pool Refreshing

40,611 transactions
20.27 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,571 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,083 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,570 (439,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
431,003 431,003 000000000000000004af8e326b0cfc677f10818b7006aec4a77436dc425cc5b6 1.00 MB 2,599 75
431,002 431,002 000000000000000004d79f44d7855afc040be43cf9b64df0bf658061006c3912 1.00 MB 1,853 42
431,001 431,001 000000000000000002654f8d045fdedb6bba8d8fc3030e8f485769e431106834 1.00 MB 2,229 88
431,000 431,000 0000000000000000004be0965c3c0367f297ea115c8e5f80174aa93fbab89be0 1.00 MB 2,004 54
430,999 430,999 000000000000000003abfc2dc6225f169b8a91778c116a34b0ea3b7aa5a7ddae 1.00 MB 2,559 67
430,998 430,998 000000000000000000a1a718560927eed6009bf7002a6da57886c9c25f852df8 0.78 MB 1,515 52
430,997 430,997 00000000000000000115541791e52e5b04f37134c4e86871164a9757a7dfb2ee 0.49 MB 641 34
430,996 430,996 0000000000000000041ce9cd4275e617f3d0190567852f33da9d024fffa7c022 1.00 MB 2,316 71
430,995 430,995 000000000000000001819c2e683e1d1e5f611dd1acbf2822b82744734a428863 0.08 MB 181 51
430,994 430,994 00000000000000000459488f40e4e809a19596218b92c58a120e7a4d8b2b6c08 0.33 MB 707 60
430,993 430,993 0000000000000000048f840d8c9d5662185a8d170047a0448854a877acc509a6 1.00 MB 1,591 39
430,992 430,992 0000000000000000005284a28c49fe507a998ba5a6fb35511bc7ceae8aa5bf9c 1.00 MB 2,815 85
430,991 430,991 000000000000000001c0edc90bf7a79de407e34ad117b1a4af2f628c326048bd 0.33 MB 575 20
430,990 430,990 000000000000000002e8a641b84f11dc71786b22063af4ec9572510eff50136a 0.25 MB 547 70
430,989 430,989 00000000000000000366b3113b59985163084df313de164fbd888c371206dd30 0.96 MB 1,204 23
430,988 430,988 0000000000000000003bac087cb93a932bfb3a34243804462bacd0bfa999b833 1.00 MB 2,753 81
430,987 430,987 0000000000000000000240ead95bceceb22f5798427814d8de8b081bfa3a1581 1.00 MB 2,230 59
430,986 430,986 00000000000000000115ecf6a878838e0f2a8ce463f2dc67723ca5fc134ca57e 1.00 MB 2,697 72
430,985 430,985 0000000000000000011135afe9eb5c5a6f12a27e521f012a1fc58547422a53b5 1.00 MB 2,406 57
430,984 430,984 0000000000000000000100b90549c72ed1a37efa6a5d96d54726e8bb8f54fc03 1.00 MB 2,755 77
430,983 430,983 000000000000000001a239fd4bb7643e20a722cd670bedd535b8487b74d0ef49 1.00 MB 2,035 43
Previous 10 blocks ↓
Total Size: 700.53 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,366.99 GB sent, 214.08 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.