Loading Tool

Explorer IconExplorer

Memory Pool

37,185 transactions
26.85 vMB
0.06038428 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt 04af8ed29309cf0df54a7183841107bd310466e055d249e0532ec9637ee423a1
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root ce57e37e6c1f3d82db8ef45b5f41775268f16ffdc21ac1ab39427da7863a1d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 1.00 vMB
Total Fees: 0.00999472 BTC
Feerates: 74.79 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (520,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,764 393,764 00000000000000000297ef3ed02b5a3dcac43568257183b5254414a37114ec8c 1,677 0.86/1.00 vMB 35
393,763 393,763 0000000000000000003ae905b7aa1c89d7f871360be6579799af7b46429ef5d8 2 0.00/1.00 vMB 0
393,762 393,762 000000000000000003c544e5894c6a849fc8ed3f92abc5d8c63861986cbea7c3 2,198 0.93/1.00 vMB 39
393,761 393,761 000000000000000008ee270a1854a0a7d87f3e90250242af47203df8f6ed2d3d 2,467 0.93/1.00 vMB 44
393,760 393,760 00000000000000000975d51e79bea8ae2a98b111bfafd869b8f0ddfac511b6c8 359 0.34/1.00 vMB 20
393,759 393,759 00000000000000000197a003c3d710ae2d2b63e397fc933397706db7318f10ca 631 0.43/1.00 vMB 25
393,758 393,758 0000000000000000037a137754adb5fb8f5625383ee2cf3cd8370d9a087938f4 868 0.52/1.00 vMB 27
393,757 393,757 000000000000000007f9ff9a0c75791a75b4e80e2e305e2849b8e32dc67f80a0 182 0.16/1.00 vMB 27
393,756 393,756 000000000000000005075c05315f9e01fd13ee669aad0816e48de1f29a9780cd 387 0.58/1.00 vMB 13
393,755 393,755 0000000000000000044f8fdb228c279ea3d750f3ea3cbecbd6393866268acc33 1,076 0.95/1.00 vMB 22
393,754 393,754 0000000000000000053ceaaeb3225f535cba51cba17a93741de3576ad36680d9 2 0.00/1.00 vMB 0
393,753 393,753 0000000000000000001c7445a042c4181d288bf5a73f4a8c31ba629ee27a65af 454 0.99/1.00 vMB 12
393,752 393,752 00000000000000000892e83639a807699b2ad7f93b7a5414e4240e307a91a34d 621 1.00/1.00 vMB 9
393,751 393,751 000000000000000000eba635a9d96f5eef6848c6fb67d9d8339bcf3ea37ed14e 563 1.00/1.00 vMB 10
393,750 393,750 0000000000000000072fe6f2e0ed0b4c46b89321f087365c4bbe64b59946a83f 1,794 1.00/1.00 vMB 29
393,749 393,749 0000000000000000004655317d8818e863373801b252c894245191b28f4cb74e 1,394 0.66/1.00 vMB 36
393,748 393,748 00000000000000000924c1b87befaf64a52c0579b21d3213f8697a95ac88083b 1,224 1.00/1.00 vMB 27
393,747 393,747 0000000000000000051571b1e7bd9d94e67ff53e285a9018ad921beb44d632e1 1,167 1.00/1.00 vMB 23
393,746 393,746 000000000000000006b9f5c5e04d4df9df05b90c5f79c6af2aa152386e6f1210 2,146 0.99/1.00 vMB 43
393,745 393,745 00000000000000000272008e58d5a7cccb8b2ba461ebdb7ad64808f89dab1bc9 1,235 0.93/1.00 vMB 24
393,744 393,744 0000000000000000015c9fc6937deac306697c5d9f5f82dcb15d6ffbd38bde34 2,775 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.