Loading Tool

Explorer IconExplorer

Memory Pool

72,688 transactions
28.03 vMB
0.06682613 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt 8c661a5ad08cf6b66086fbdef35262324c31b4d72610d5e25c5b52605b0c5396
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ed8cb505d0fdceebc104007b417ff4f1f04f77a6b1be67e5322dbb30d9faffff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,937
Size: 1.00 vMB
Total Fees: 0.01069977 BTC
Feerates: 150.86 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (514,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,495 400,495 0000000000000000035d897a868e94683195a3e74d86414e643f76e56ec64760 2,512 1.00/1.00 vMB 46
400,494 400,494 000000000000000004643f94415a31cc6360bda3ad2139b8a8d488d336b6a2a3 2,483 0.98/1.00 vMB 49
400,493 400,493 0000000000000000058d90cdbfc52ca956a118f6dc88d0a721889825f223d4cf 2,204 1.00/1.00 vMB 42
400,492 400,492 000000000000000000468ba57d0fef97d7b30f72a261ae5c3320ea3b6a0410ae 2,724 0.99/1.00 vMB 56
400,491 400,491 000000000000000002f4632d79de0eb911c6ef155b3a6524d2ac23c454cbeb68 1,237 1.00/1.00 vMB 22
400,490 400,490 000000000000000005c1758fdace0527f1475f7b4447ceee7ef92fe33ccdd8b4 1,439 1.00/1.00 vMB 25
400,489 400,489 000000000000000002a34532e2afc3f61eee355b62c4f809151f3a48ae4a5d8d 2,014 0.93/1.00 vMB 31
400,488 400,488 00000000000000000086d16c1a1d9080c2c70d2b25bf3741e8aa2f3788870708 2,767 1.00/1.00 vMB 48
400,487 400,487 000000000000000006833e6b265207543757c3310ec79568c9bf3561bb476ed4 2,316 1.00/1.00 vMB 37
400,486 400,486 000000000000000001fd3d64fa8fbaf67762ddcbf2650ca6eb584d1129b94317 2,433 0.93/1.00 vMB 55
400,485 400,485 00000000000000000392caebcb47c5c0db142b0a879a2e1ef9b98aa31d71f324 1,627 1.00/1.00 vMB 34
400,484 400,484 000000000000000006184fc5364ce020a6cd2037ecf90f35c537ebdea009be59 1,925 1.00/1.00 vMB 30
400,483 400,483 000000000000000003b7796b933666b0a60364929f43425aba7bfd68567fa389 1,651 1.00/1.00 vMB 26
400,482 400,482 00000000000000000549667980967db57d236d01253dad827338f0dcd9707026 2,350 0.98/1.00 vMB 47
400,481 400,481 000000000000000000400336b0cc0b12d7dadb5c983c879ef0fd1f624adaa80e 1,901 0.93/1.00 vMB 28
400,480 400,480 000000000000000001545d9e9c0246e88cbad3fda0409a0c0bf430779bbf5c64 2,775 1.00/1.00 vMB 44
400,479 400,479 000000000000000003732dadf37b18f821ba614453f3dfd27f67d8eb46a6f74a 2,028 1.00/1.00 vMB 104
400,478 400,478 0000000000000000006e7a0fcbfb8f5ce8461c0560aefa7b564e986d793892d7 2,318 0.95/1.00 vMB 46
400,477 400,477 000000000000000001c5ead8753456d74adbe4ea12e736cf4fceabcab8a0e480 2,155 0.75/1.00 vMB 40
400,476 400,476 00000000000000000606971ac57b5d27d27e6aecdf7c12a7a150ac7a46eaabc1 2,064 0.75/1.00 vMB 61
400,475 400,475 0000000000000000066345944112562b9299599b1b1bb1584d2f156ba6a59acb 1,996 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.