Loading Tool

Explorer IconExplorer

Memory Pool

57,035 transactions
18.75 vMB
0.05026413 BTC
Random Selection Loading Transactions
Max Size: 118.31/200 MB

Candidate Block

Mining Attempt e5b9f6a5facc4608ed8f5d55aaafd20ad6c9e85c682c7e2befaa1e52859e11c6
Version 20000000
Previous Block 000000000000000000009baff5c56dcf5237a76df7903e86489a8c2a8cd9fc90
Merkle Root 51903bc96a742ab7f83a850ac37f07b24c53a3f8b59a6ad281b206218eec046c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 859
Size: 1.00 vMB
Total Fees: 0.00810391 BTC
Feerates: 20.41 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,707 (856,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,173 59,173 000000000d425b4c5482d8cd560ab2935995d07751b818d42d50181b0689fc80 1 0.00/1.00 vMB 0
59,172 59,172 0000000002195b755b1931df4ffe2e5ea959a239aefe3cbde0d072d740799272 1 0.00/1.00 vMB 0
59,171 59,171 000000000f15fa9fe3bd3d5a372b54f0bb776530f6dc63ee7d8fd60cc90f8dfa 1 0.00/1.00 vMB 0
59,170 59,170 0000000005acedc846091f708db833b6418bd901f408fd3e975e3a28a442cffb 1 0.00/1.00 vMB 0
59,169 59,169 000000000074d50c3e3fad169c7cd3d3fec5b552916a61955741cbbada0b72c2 1 0.00/1.00 vMB 0
59,168 59,168 0000000001ffc12df2e79be8e66bacd4f4afe6be1943f5ed8b0c0322aa1a9958 1 0.00/1.00 vMB 0
59,167 59,167 0000000001b9c2bd8b76615469d0968ad6a1fd802780f8a22d64ee71f36799c6 1 0.00/1.00 vMB 0
59,166 59,166 0000000000de0e70320839bbbe17673f446f6b9bd81e8782873b80c831639495 1 0.00/1.00 vMB 0
59,165 59,165 000000000656a521c4a7f72d6045340c0856011eff8923faa39730d9eaa62e45 1 0.00/1.00 vMB 0
59,164 59,164 0000000007919a28ee1fd8b309131999777ab33a5c4cccc636b53efe08e93463 1 0.00/1.00 vMB 0
59,163 59,163 0000000002e5506d0291ff8357e85b1b237e5935e29b970abc380c88a941fb21 1 0.00/1.00 vMB 0
59,162 59,162 000000000856d99530451d5fbf01270e4c1016b60e4d61c2d5fa99acd619c50b 2 0.01/1.00 vMB 0
59,161 59,161 0000000000cdeb3bec96d74ccafd505656f182972f30ca42cb09a584c66995d6 1 0.00/1.00 vMB 0
59,160 59,160 000000000d4b3a817b10de3431a5759fd339eb7810b4038dea65689ab8ee7697 1 0.00/1.00 vMB 0
59,159 59,159 0000000002e737f2760c886a67705e90743563a600a9b47857d2580af5b4121e 2 0.00/1.00 vMB 0
59,158 59,158 000000000a9ea0d0f443df79053359a96f7d80477f3bfa62a21ecb14fffa7e8b 1 0.00/1.00 vMB 0
59,157 59,157 000000000791119d12c4f17182ce3e268991c87b5bfd2a7818c1792acd719e55 4 0.00/1.00 vMB 0
59,156 59,156 00000000059b02dac0b6d638da254f0979b8e02a7c157299b1a0dec09ca9fd0e 1 0.00/1.00 vMB 0
59,155 59,155 00000000013bebba836e98f9919d1c01e23e27fa0a481bad91a5e739af222c85 1 0.00/1.00 vMB 0
59,154 59,154 0000000004dbdbbfd1340d0f72bba2062f18db8503cea15f5b6b681f16c95fd7 1 0.00/1.00 vMB 0
59,153 59,153 000000000cdec94e35eb20a57de2d5757a96cea13d370cabb88feda5a48572e6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.27 GB
    • Received: 20.84 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.