Loading Tool

Explorer IconExplorer

Memory Pool

40,216 transactions
27.84 vMB
0.07815806 BTC
Random Selection Loading Transactions
Max Size: 141.96/200 MB

Candidate Block

Mining Attempt 6e8fc4e6b50b847fef3b443e94c4a779a82edf62fe90f03105eca2594cf71e99
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 2084d08a79a393fb6711cf025a4f7b3c5f5a0e633f6d69ca861cbcbfba5ed618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.02438448 BTC
Feerates: 179.53 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (461,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,112 453,112 0000000000000000019f74165825146093ced0df6c3a8170db2785bd5ea58de3 1,946 1.00/1.00 vMB 59
453,111 453,111 0000000000000000003402c3be00d9eda482fe6354914d49561eeae3e8240327 1,656 1.00/1.00 vMB 55
453,110 453,110 00000000000000000052052aa97fd53cddaab1cf6f91e157c037f369c7cc8988 1,778 1.00/1.00 vMB 83
453,109 453,109 00000000000000000110b74ab1902132c9dad8f66b4a14bd7bcee7ed7bc6b656 1,606 1.00/1.00 vMB 45
453,108 453,108 000000000000000000f9606ef45859e3bde468b7f85770fa6293b9117b7bd2a9 1,798 1.00/1.00 vMB 87
453,107 453,107 00000000000000000196579d05d6fb1b55ce9f12e136cea38af4933fd38f6c58 2,393 1.00/1.00 vMB 124
453,106 453,106 000000000000000002887b8110b4dbd81c31b222e12fa713d1a3434e4752ec8c 2,245 1.00/1.00 vMB 67
453,105 453,105 000000000000000001dd8da497dd3b2ff7e9f369b41a3f41a8f00489264bbcf6 1 0.00/1.00 vMB 0
453,104 453,104 0000000000000000017d4689f383f11295321566b6b70ea8933c40b120697594 2,571 1.00/1.00 vMB 86
453,103 453,103 00000000000000000148346477dee2fd4f6760563e579a3496f01fb0e3cd283f 1,861 1.00/1.00 vMB 80
453,102 453,102 000000000000000000acf02532978dc61949fe142257970a38048309bf80631b 1,600 1.00/1.00 vMB 100
453,101 453,101 00000000000000000242073c814fc949f5feec1fbd82b3f3c566db5b5b6cb058 2,394 1.00/1.00 vMB 132
453,100 453,100 0000000000000000028e3233f8a0dbdfec86b1ad4bfc25d890e04122b2929894 2,080 1.00/1.00 vMB 89
453,099 453,099 00000000000000000268b41f4b243087763bd242ce0e39c564a8ac85b6f36680 2,371 1.00/1.00 vMB 93
453,098 453,098 0000000000000000019a37f18f072c21f6075400d8f9f5f261eebee95355a171 2,095 1.00/1.00 vMB 77
453,097 453,097 000000000000000001b14d0753a63db9b8e463d0c96aa7fc0b37b785f8d0694e 1,620 1.00/1.00 vMB 88
453,096 453,096 0000000000000000017730b4165cfb00c0d22c2eaac959d9580a42bdfbaa27ed 2,141 1.00/1.00 vMB 71
453,095 453,095 000000000000000000a62fb03c36ecbe26ab4523447e5c9e138541ec827762b9 2,547 1.00/1.00 vMB 142
453,094 453,094 0000000000000000008a698ad3ca4905c10847f961f82e94bfa28ded5696fc65 2,399 1.00/1.00 vMB 85
453,093 453,093 00000000000000000243975ce0bd6c24581d3805faaf9dc49e8801d1b711ad23 1,907 1.00/1.00 vMB 64
453,092 453,092 000000000000000001045492cf8a001d3e1402406af438d81d4ad7dea2d48b65 2,120 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.76 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.18 GB
    • Received: 12.10 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.