Loading Tool

Explorer IconExplorer

Memory Pool

92,909 transactions
25.70 vMB
0.09069684 BTC
Random Selection Loading Transactions
Max Size: 169.67/200 MB

Candidate Block

Mining Attempt 8f20df6464eb892fee35c81815753bffe6b21f29bba7e64ba9f49399d99d8cad
Version 20000000
Previous Block 00000000000000000001953eb233be2ab2d5a5e5517a816521ee3050997cfb5a
Merkle Root 3ea4ed72e2d89c47b90e957e0a79ad60f3e8cfa64a6ad43c2a584d88c54de647
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,396
Size: 1.00 vMB
Total Fees: 0.02016778 BTC
Feerates: 60.16 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,854 (832,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,524 83,524 00000000002bd1d53cb6751191c775907e9786a7ade9f1ad872f733c31fa8ca7 1 0.00/1.00 vMB 0
83,523 83,523 000000000002071a49e53e836b9161f68fa7c448d2cb8d40aa025e0e301bec53 1 0.00/1.00 vMB 0
83,522 83,522 0000000000271cc2840e5f371d814e499097ba75daed9d977fd9e912392d54b8 6 0.00/1.00 vMB 0
83,521 83,521 000000000020409fbdf9a7b65e855302b76c8ea7642521f530abd68180642554 1 0.00/1.00 vMB 0
83,520 83,520 00000000000e4ea8bfadaae9a35362c4b4c16a61c2a9b2c5c5f88bc43cce74d5 1 0.00/1.00 vMB 0
83,519 83,519 00000000001bdc57e024660bc7d35a6166b57894670a1f2e393bee44b2989ed6 3 0.00/1.00 vMB 0
83,518 83,518 0000000000212380784511b96e0683ea451a89de110757faa5f711de1366059a 2 0.00/1.00 vMB 0
83,517 83,517 00000000000e22b718ba429c80214432e778b02e61148a2743bdd14edb7d900f 6 0.00/1.00 vMB 0
83,516 83,516 00000000002bb0d12dd5651da0c502d8be1f510d2de0774c83e1cc8995e0856f 2 0.00/1.00 vMB 0
83,515 83,515 00000000002a2c80fa4a990277bf263b2cbc3a15c2ffa80e3aceda4747e576f7 2 0.00/1.00 vMB 0
83,514 83,514 000000000006114eaa91058fe392ed1a5536e165bc68d860f851eacd79dcd66a 2 0.00/1.00 vMB 0
83,513 83,513 00000000000dbf9d751253396ac9d4e40d832a1bb068f2a7cb605281617c731d 4 0.00/1.00 vMB 0
83,512 83,512 00000000000e07f4140b049584ee958fccd711539bb593c1a01cba52af67149a 2 0.00/1.00 vMB 0
83,511 83,511 00000000001edd764a482c0038320277f2899aad158b373b03d212d901795df8 1 0.00/1.00 vMB 0
83,510 83,510 0000000000163bab674d310c16c7b88d58835a60b4168107d4ce9861ed4b9d5b 5 0.00/1.00 vMB 0
83,509 83,509 000000000026b81c79953d66b98ce8f793474a347e12cda92bac88e5416e1024 1 0.00/1.00 vMB 0
83,508 83,508 000000000015eaeb48ffc3de1a1b98037149ae14c76b93de0f793c93af68def3 2 0.00/1.00 vMB 0
83,507 83,507 00000000000028dedb554525fa2aa1a2961be302b1501f1e15b2a7e4a17608aa 2 0.00/1.00 vMB 0
83,506 83,506 0000000000036a81cdd20c53eb96c5e006db44c516af46bbdd5db37ca2b94c27 2 0.00/1.00 vMB 0
83,505 83,505 000000000009024a61c5ea2e40a8ac40310534a93c3b9499f69c3b132610acb7 2 0.00/1.00 vMB 0
83,504 83,504 000000000004f17291eef5a5c8a6eb7820c7637f8c75b282f7678fde122e6156 15 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 793.94 GB
    • Received: 22.00 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.