Loading Tool

Explorer IconExplorer

Memory Pool

77,982 transactions
29.29 vMB
0.06351530 BTC
Random Selection Loading Transactions
Max Size: 175.98/200 MB

Candidate Block

Mining Attempt 85d750e0419dcb54a29bb018b646a213549c29d8833febef446aef45dc422531
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 978cb2d051595a9541cb771f4bb6b0d5be26a3e9709c7834cf3ee0469e0f0e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00423118 BTC
Feerates: 12.16 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (310,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,283 604,283 000000000000000000092def9a5cb2be698cf469b73175262803950167ba2bbc 577 0.21/1.00 vMB 20
604,282 604,282 0000000000000000000ecabcdfa6da8969fcfe90a45631b734b7fe3e10590bac 2,592 0.88/1.00 vMB 8
604,281 604,281 000000000000000000083b7d56a95d289cedf867c92136e8c4dd0e1a9af3479c 3,211 1.00/1.00 vMB 15
604,280 604,280 0000000000000000000aaf4b96deab8ab6f9295d309157ffeacfff467808c03b 2,670 1.00/1.00 vMB 25
604,279 604,279 0000000000000000000edd51a08305999b148182d92ca4a01b3240ff2b9caa40 3,097 1.00/1.00 vMB 23
604,278 604,278 0000000000000000001150ff6cc9d4f16a6c6882d1f3c81e4a49f7b5f457494f 1,448 0.40/1.00 vMB 16
604,277 604,277 00000000000000000004a83ef7377d4e5f2e33d235fd57600e4c1c6efca8fef5 1,902 0.97/1.00 vMB 4
604,276 604,276 0000000000000000000269150c06f792fcb7d29f4c19f8d86122bf744a9e8463 2,772 1.00/1.00 vMB 15
604,275 604,275 00000000000000000005cc91ac955ef4ed36c83c196d5dceacc5a57d6a246e76 2,874 1.00/1.00 vMB 11
604,274 604,274 00000000000000000002bce8aa3d129eb28346e14dc5a19d8950d2e77ba7e50f 2,648 1.00/1.00 vMB 39
604,273 604,273 000000000000000000066968427219137d68e53c49dc1685f2b7b2a649c19a7a 2,995 1.00/1.00 vMB 11
604,272 604,272 0000000000000000000c94811b8a34d900244a53d7d73e122506ff60d7977bce 792 0.24/1.00 vMB 10
604,271 604,271 00000000000000000008f6c38e755c6453fcdd762d67a1957e415428d549a5fb 137 0.06/1.00 vMB 10
604,270 604,270 000000000000000000151d48edeff8123382b51f233b4f9360f05102d34ee840 1,255 0.41/1.00 vMB 18
604,269 604,269 0000000000000000000b6a45a9ed486169b46bd230d4c8d51e6e5caaff97f702 2,697 0.81/1.00 vMB 9
604,268 604,268 00000000000000000006454240ccf900dece8408936578f21f8247b4a562f096 2,922 1.00/1.00 vMB 11
604,267 604,267 0000000000000000000914e7c742a241861aa802a0d4f203ab1b50318c7fd14f 2,793 1.00/1.00 vMB 23
604,266 604,266 00000000000000000002a3e5208abc68642d5e2c40b2ee7972d6179cd0f8a7f4 372 0.17/1.00 vMB 14
604,265 604,265 00000000000000000014b9b52828c6cbf94f378a16d6a4b185fe47ed77be48cd 1,000 0.44/1.00 vMB 10
604,264 604,264 00000000000000000007fb3e57f0c6f930965e11efe261ef8a3ac1ca9858c40f 1,099 0.33/1.00 vMB 19
604,263 604,263 000000000000000000080075254f867a6cbf7cb7b274e0db5189f900cba339b0 2,755 0.87/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.