Loading Tool

Explorer IconExplorer

Memory Pool

74,400 transactions
28.68 vMB
0.07554859 BTC
Random Selection Loading Transactions
Max Size: 169.89/200 MB

Candidate Block

Mining Attempt 9c70b26b1c382a4aa8e68fffd2691d2a4b25df0d08712fdeee7a888ce575402b
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 40f70ba9789ae50c644164b24ef598ac4a076b295a9a96ab1092dea93f84f7fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01774422 BTC
Feerates: 250.89 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (260,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,596 654,596 00000000000000000008e9001b475e72b17235d3d9f8c1ecc45d676ffd472541 2,424 1.00/1.00 vMB 241
654,595 654,595 0000000000000000000401563513e7417c28bd0fe82e7c55b8f559191fd189a6 2,487 1.00/1.00 vMB 269
654,594 654,594 000000000000000000001fca45096d34eecf56129108aae798adabeb4b6dc5a8 2,782 1.00/1.00 vMB 283
654,593 654,593 0000000000000000000cee88cc00df9a4ed270eb0ba5f473985c1e91b3097a71 2,989 1.00/1.00 vMB 213
654,592 654,592 000000000000000000046cac1142c8f2d25f5b022c5d054e9e3ab0f3b29c4878 2,639 1.00/1.00 vMB 236
654,591 654,591 0000000000000000000500de684e13660600f6758e5ef2779d0cc66cc4dbcf32 2,625 1.00/1.00 vMB 259
654,590 654,590 000000000000000000074aa78058b527fcd1354d2ef127b87943acb18ff8277e 3,171 1.00/1.00 vMB 223
654,589 654,589 00000000000000000007a826fd994d00777ba467ceb2d384c5097c207d15c7a5 2,947 1.00/1.00 vMB 256
654,588 654,588 0000000000000000000a7cb7c7f20121c54eee1b336d6619769b9eda2ff67570 2,615 1.00/1.00 vMB 270
654,587 654,587 00000000000000000009c0a85c5a222a7c628fcde7dea8331adeed0a71fe45ff 2,313 1.00/1.00 vMB 275
654,586 654,586 0000000000000000000d630e26a065b35155ab3140bf9f6e97497299179723b3 2,452 1.00/1.00 vMB 271
654,585 654,585 00000000000000000009785adda5bed1caaed674b0532023da1540d6f796f287 2,136 1.00/1.00 vMB 270
654,584 654,584 0000000000000000000cb4b2059e5b42a257160e17d9746f295c1c64f04f95bd 2,974 1.00/1.00 vMB 236
654,583 654,583 0000000000000000000454b1669e7525f9f383da2d18337dc8fbecf80aa64313 2,099 1.00/1.00 vMB 211
654,582 654,582 0000000000000000000a1305364f2a1e3f2aba2ad02c0c3454faef9955adcf67 2,890 1.00/1.00 vMB 227
654,581 654,581 0000000000000000000997a17e4a90d323d9b02ce3e6bfb401aa3ee5cce5d1e5 2,400 1.00/1.00 vMB 231
654,580 654,580 000000000000000000022f60020700f786993c3cd23d135ec2bc8dc0fd5e3977 2,502 1.00/1.00 vMB 230
654,579 654,579 0000000000000000000a54c1e078b6a3986fd265759cff9bde7aae57a277b63f 3,041 1.00/1.00 vMB 256
654,578 654,578 0000000000000000000677875f32dadeffd2d37fec63731eb71b6071018c725a 3,142 1.00/1.00 vMB 227
654,577 654,577 0000000000000000000b4116b06e633a4d3bbbb3e6005fe8e7825ecd290b64c7 2,877 1.00/1.00 vMB 249
654,576 654,576 00000000000000000003d7049216969e248638b0897cb5938c89c4f54884a7d8 2,516 1.00/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.