Loading Tool

Explorer IconExplorer

Memory Pool

75,627 transactions
24.58 vMB
0.06531787 BTC
Random Selection Loading Transactions
Max Size: 154.19/200 MB

Candidate Block

Mining Attempt 31039e75ee9c2dff166fb8d22a3a75920cb48e0ad9117b568021d2973e3c588a
Version 20000000
Previous Block 000000000000000000002b619c9163f676cd6d163f07259b56ddf528402d582a
Merkle Root fd753ccae576779b67b6dd6572161f31ebd8707734f337f078bd24d862bee821
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,490
Size: 1.00 vMB
Total Fees: 0.01114066 BTC
Feerates: 104.10 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,965 (866,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,535 49,535 00000000042c092e837cd4ee9a1be4a784e4e5568ddea876dc6d00d307e1d540 1 0.00/1.00 vMB 0
49,534 49,534 000000000f682a65b4da79aeefca004e784f64ff67a4025b60f79d32283b6e47 1 0.00/1.00 vMB 0
49,533 49,533 0000000004a5e6c8f4c3330e9bc64415072bac2823422846fdb3ba94de81a1d9 1 0.00/1.00 vMB 0
49,532 49,532 0000000022a7badd6a7ccb6853f132590b9e010e841c37114031152230b38868 1 0.00/1.00 vMB 0
49,531 49,531 000000002855669c1b9c4160f004f6703e7bf6fbfcfcf10c5d39fdef40738f2d 1 0.00/1.00 vMB 0
49,530 49,530 00000000258a9e08d384c953a0c1b24663d834dab3c87ae12a532e3547357b26 1 0.00/1.00 vMB 0
49,529 49,529 0000000008cabb89b0a9ddf64d51f5478cfffa025b093e7b0047a819c6ab1976 1 0.00/1.00 vMB 0
49,528 49,528 0000000012583080b8caa9771ce7a92cfbaf3c5e9d00940dce8604ccff96ebf0 1 0.00/1.00 vMB 0
49,527 49,527 0000000003e8261304e51d0208291aed78bca654cb8c1da0fb22cd14e49d8674 2 0.00/1.00 vMB 0
49,526 49,526 00000000128123be9e84462c06f6490ea5d0636a88b9199d1ae89a6b196e2f8d 1 0.00/1.00 vMB 0
49,525 49,525 0000000010e8b497fcae5fc401d6af5cc8d5ce24075b1426851fd24414cf6d1f 1 0.00/1.00 vMB 0
49,524 49,524 000000000d84ec5a70325a3c40ac28eccd918de76d0be289ab8cb832f551e5b8 1 0.00/1.00 vMB 0
49,523 49,523 0000000028977b0f3610fc24e169c3cd71ec321a1c6776b106a535b4d4b0885b 1 0.00/1.00 vMB 0
49,522 49,522 000000001cfa3f2637fbcd832981e55805a00ddcd74dbb434a37703693be0b3e 1 0.00/1.00 vMB 0
49,521 49,521 00000000286c47df6362a92a3fd14dc633ca5972c45defd40a1af32b3cad6d73 1 0.00/1.00 vMB 0
49,520 49,520 00000000005f69be323afc5aa93b3a21b49bfa9916b861db6d00b8b5222f39c6 1 0.00/1.00 vMB 0
49,519 49,519 00000000128571c240e093f30c77475178e67386ccd1e035e08c1bc356ff21a6 1 0.00/1.00 vMB 0
49,518 49,518 000000000278cecafca625e1dd7aac5e9fe3ac39fc1bf5220920153071b1cca9 1 0.00/1.00 vMB 0
49,517 49,517 000000000f40bbb212ed8a67907443083ef2d6e9a5bc34126d1f1f1e3377bde9 2 0.00/1.00 vMB 0
49,516 49,516 0000000021ea3f5c4f0c6905be8faa7f39197e8a3516d50a57a78d34626826e5 1 0.00/1.00 vMB 0
49,515 49,515 0000000013b4c60edd651be5947166f3dd1e7a7bec98f87f56dc451454242887 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.06 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: 803.51 GB
    • Received: 22.96 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.