Loading Tool

Explorer IconExplorer

Memory Pool

12,959 transactions
7.03 vMB
0.05285604 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.69/200 MB

Candidate Block

Mining Attempt 6912b2517b3e329f6f2aaf327835ad0effee0dcf33f9e2ca20ea6a59428bc8a8
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 1e8c9efa2871d8dbfeb7422f8f57023f7562ea3eae0a3cda58c5f7ca034a4a96
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,755
Size: 1.00 vMB
Total Fees: 0.03943579 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (658,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,327 255,327 00000000000000212562008f892df7df8ddeabecf8c14120e7a64cae36c32d8e 118 0.05 vMB 225
255,326 255,326 000000000000000d0d87d45a0fd244da5512e4e48e5d03062c9546a75b88ffce 274 0.13 vMB 130
255,325 255,325 0000000000000027b15664f7175b0b6d4a3154dc6d42068e3a2b39754ae40ce6 364 0.15 vMB 160
255,324 255,324 000000000000003f35f9b50ce96ee6a865c396c577c348d7e386073e84f92314 123 0.07 vMB 99
255,323 255,323 00000000000000152bf7db07d8ff6ead1019a14b6770b90fd06541f58918ad77 292 0.12 vMB 117
255,322 255,322 0000000000000031e4313f1ad201e65a3ced70bda9d53772c26e50f56d874295 385 0.17 vMB 130
255,321 255,321 000000000000004090e3584ccbefe1d23e2dbf59adfc88f81e2cfbf5599db850 160 0.07 vMB 121
255,320 255,320 0000000000000015f081bcc41b5f6b70bb8d4df3cc0b233aac96086ef8d1ba44 127 0.05 vMB 110
255,319 255,319 000000000000003107185baf2105ecd5df7dd5ba8bb9e46bc2c45cbc73efa4d9 128 0.05 vMB 128
255,318 255,318 000000000000003011d36b023340421adf01983f66336e237f8c48aa25792704 104 0.04 vMB 108
255,317 255,317 00000000000000023f3f7e10dcb74473ac1eaf57204f412a5bceaa954e337f81 183 0.08 vMB 90
255,316 255,316 00000000000000030de0a3232482cec6178fda8b78681678beb9df2016f0e90d 163 0.06 vMB 150
255,315 255,315 0000000000000013ae0e621648e5f9c45303937a84b1105dc05c327a80f5c9df 279 0.18 vMB 82
255,314 255,314 0000000000000025dad4fc78270603089ab0e920d6b9036f423356fb0f743ce1 214 0.09 vMB 85
255,313 255,313 000000000000001493ce289fa89d65ac64dba613d36d17eae6b212ab5fe6b573 143 0.06 vMB 164
255,312 255,312 00000000000000167f018745bde1eada559264401ede157184ac565140b17ba1 277 0.13 vMB 155
255,311 255,311 000000000000001bd86a9ae03534eb40f8d48c593ff023698ae69dcecd703f95 321 0.14 vMB 98
255,310 255,310 00000000000000238e9c7aaa3b499f27a5b297a845e42527c075e43602b3b3cc 28 0.01 vMB 87
255,309 255,309 00000000000000193a31a4bec2142296ffe566e12828858ceb684a38c20b7cb9 75 0.03 vMB 175
255,308 255,308 00000000000000021261eb226bd36c83a1ec6116b0e9438e671c09d9ac8f93b6 64 0.03 vMB 82
255,307 255,307 0000000000000012621d60dd09fde29ca700392380013fa94802b4b8326ee196 285 0.22 vMB 65
Previous 10 blocks ↓
Total Size: 779.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 303.07 GB
    • Received: 1.36 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.