Loading Tool

Explorer IconExplorer

Memory Pool

74,939 transactions
27.66 vMB
0.07729745 BTC
Random Selection Loading Transactions
Max Size: 168.62/200 MB

Candidate Block

Mining Attempt e75cf1e291d9468ee9c5a3b7d250a94ec04e68c5f71babb63c00f7c0cfd08b91
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 0b4dd0d0e0d1c9f87e1b7a7708fed04c8689efef593c63844babc53e0c2d89a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01824212 BTC
Feerates: 121.74 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (408,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,381 506,381 000000000000000000441a77872f10e914c9853b830c7bf40f50a6d9b03cd45b 2,417 1.00/1.00 vMB 92
506,380 506,380 00000000000000000059d65d847e22bcbe20546befe7b6fce31693691f2ea567 1,892 1.00/1.00 vMB 191
506,379 506,379 0000000000000000006289da02422cf18cfc4d33f05e2c8d6df423746ada2517 1,615 1.00/1.00 vMB 189
506,378 506,378 00000000000000000027ee94dd01566c663b1e1d58efd60a4116a0eee8c96098 1,689 1.00/1.00 vMB 227
506,377 506,377 00000000000000000022b13f21a828980b6ba5f69bd9b0cf21852ed64977acb5 1,799 1.00/1.00 vMB 261
506,376 506,376 00000000000000000041b00bc28af5f645428aebf9843c04ae93945bbfb0b036 1,458 1.00/1.00 vMB 184
506,375 506,375 00000000000000000002bf8b46e938a3433217d0a19b53d5a5cbdbca3ca40472 1,483 1.00/1.00 vMB 130
506,374 506,374 00000000000000000008c387880452de4187b152f486512dc3606643ff8fc0c7 1,347 1.00/1.00 vMB 34
506,373 506,373 0000000000000000000fedcedf401637bf4410adeb23b5c465a96b3a415578b2 1,751 1.00/1.00 vMB 150
506,372 506,372 000000000000000000150cc5948218287a85955449313a6f6e99eeffa92def7f 1,910 1.00/1.00 vMB 116
506,371 506,371 00000000000000000036052314415de11c6b3a8a380180e9f065f00c1a3b3093 933 1.00/1.00 vMB 81
506,370 506,370 00000000000000000062b4c873c646c5bc3cc0682f1063bf501f7ae4caa74d11 1 0.00/1.00 vMB 0
506,369 506,369 000000000000000000080392a8d4283c8b31a6823d137e8ce687afa6200dfc20 634 1.00/1.00 vMB 79
506,368 506,368 0000000000000000003795b89a10f2b91c4cbd44ba8c5d7ed427f4b03f775073 1,511 1.00/1.00 vMB 179
506,367 506,367 000000000000000000419805bf708423d5d2b0f3f3deae89714501f6c7608b2b 1,301 1.00/1.00 vMB 97
506,366 506,366 00000000000000000022c04a1d29ac2ff1dad6612c5a83ed8b73785d39b7109a 944 1.00/1.00 vMB 119
506,365 506,365 0000000000000000000359e143c9c6808d4a46388be4eeffb1777fcb3ed5aeaa 1,588 1.00/1.00 vMB 190
506,364 506,364 0000000000000000002b44346d01a9297916e760dbcd4a8737d1ed95aef871da 967 1.00/1.00 vMB 176
506,363 506,363 000000000000000000187638965d53e920133294c13fd4ac4bb2f691db977e2c 1,706 1.00/1.00 vMB 249
506,362 506,362 00000000000000000060c6beb265d660f932092a0837b5d6cceefa71db4db001 2,307 1.00/1.00 vMB 202
506,361 506,361 00000000000000000011d1d386b24f051f34d46f0f4c377d571bde65da08e5b5 2,351 1.00/1.00 vMB 295
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.