Memory Pool Memory Pool Refreshing

37,699 transactions
32.19 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,393 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,392 (374,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,145 488,145 000000000000000000eab6b9fdde1562afcd22d169dcf4c473b61d9cf3bfbd1b 1.00 MB 1,735 96
488,144 488,144 0000000000000000005b74f930bd816cc2bb8342b64f9e5abfdb5cf34abb16a0 1.03 MB 2,079 129
488,143 488,143 0000000000000000003c0a0b9a51d9046603cd799b7eded5dbfdcc6a276d7453 1.01 MB 1,188 168
488,142 488,142 00000000000000000034358f5b63b5cdbfdea808e5928984fa98c7412cad1a5c 0.32 MB 599 131
488,141 488,141 0000000000000000009ae7997c41a8d0278180cc492024103622887c615d5c6e 0.95 MB 113 8
488,140 488,140 00000000000000000037c858e181aa8f20d3b3427fc82577b1a6c4e369e14982 1.03 MB 2,046 24
488,139 488,139 0000000000000000005dcaacb261a74f4868137bff0f96536902c82ceb0136e2 1.06 MB 2,036 24
488,138 488,138 0000000000000000007ab96249408b7cd278089a9564511feb6f7debc962fc20 1.00 MB 2,098 143
488,137 488,137 000000000000000000cc7e729c406f5ec387bddd5bb258aa304e29af39e577f3 1.00 MB 2,577 145
488,136 488,136 000000000000000000b953b0bf898baa2369ba95830a866204f79ffb474e759b 1.06 MB 2,362 52
488,135 488,135 000000000000000000842edc52fb49a8ea7d7d0ccb604baec7c0f0000cae1799 0.86 MB 1,597 107
488,134 488,134 000000000000000000bb77dddf89fde0ae768d02185bec4c3cea9022f8c68c6b 0.57 MB 1,115 97
488,133 488,133 00000000000000000029235788a35666df9f5650e49681ad6f5f7f2817879f6f 1.00 MB 2,399 150
488,132 488,132 0000000000000000000e79c55defaaa962e16c3fe0ead1fee6cfc82c205e9717 0.32 MB 478 98
488,131 488,131 00000000000000000093bccb6897bf66ede14abd6eff82dfe4599f3501b2a01b 0.25 MB 518 111
488,130 488,130 0000000000000000004bc2772262ed28fa7cc9038ddd3e62414761aa1393fb27 0.69 MB 1,459 85
488,129 488,129 0000000000000000005400ad1268135520ccb172204244931e669c624324ea69 0.03 MB 55 59
488,128 488,128 000000000000000000ea84906eccee2e10733996a1f93f582de59de71d6f7868 0.85 MB 1,551 16
488,127 488,127 0000000000000000003a279dda9b4edff67240354b0ab812583bad565d6aa850 0.02 MB 48 153
488,126 488,126 0000000000000000007de4fcf66f16ff515c055febf5e59e34a1bb07eea4b918 1.00 MB 1,899 56
488,125 488,125 00000000000000000085d6b8f8b1ecb625894362c60a5226edab2a08f869a70f 1.05 MB 2,141 124
Previous 10 blocks ↓
Total Size: 684.91 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,366.69 GB sent, 104.38 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.