Memory Pool Memory Pool Refreshing

20,984 transactions
27.31 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,451 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,450 (431,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,982 430,982 000000000000000003371d659169a6c5cf6e3e8dee8859cba27f6bae5ecf4ccc 1.00 MB 2,916 76
430,981 430,981 00000000000000000349d682db1ef88e864d30589f2819b0d8727f934ddea829 1.00 MB 2,727 76
430,980 430,980 000000000000000004477869f3f98fc34d71e7819743d9da0a3720f8a3cbd782 0.60 MB 1,190 60
430,979 430,979 0000000000000000016807c21428b326256dbf76492343095f8cde862c051453 0.99 MB 1,729 42
430,978 430,978 00000000000000000371572540771ecd34eb252cbf081fc5e96d4a77ea098795 0.48 MB 727 60
430,977 430,977 00000000000000000151090df65a45e52160eb40a48cea864d086878810411bb 0.07 MB 115 73
430,976 430,976 000000000000000002efa38dc20cd9d572bb4fa530815f3affac7b2c8b7c45eb 1.00 MB 1,528 43
430,975 430,975 000000000000000000d7efc0e7d43d331545c1b8e38e12eab2aafb20aa12126f 0.99 MB 305 7
430,974 430,974 00000000000000000304aaa0d642ac34d0f4084496c2cad7586837a83841a002 0.11 MB 251 63
430,973 430,973 0000000000000000041df61f54aa997efbafaddf47f1daedf21c173d85adbe27 1.00 MB 1,622 34
430,972 430,972 00000000000000000037bdb396d7d80faef4409b6c4024f23e2ff81b16be9a59 1.00 MB 2,481 68
Previous 10 blocks ↓
Total Size: 685.02 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,369.59 GB sent, 105.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.