Loading Tool

Explorer IconExplorer

Memory Pool

59,763 transactions
34.60 vMB
0.13741690 BTC
Random Selection Loading Transactions
Max Size: 182.64/200 MB

Candidate Block

Mining Attempt b58dfdb981937c6696d61031692a2d8a8e8223dbe02719e57f015f0de38238a0
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root fa371d49696380221d8dd032b15665aa13a6d36806b979204a58b651af8125d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.06540345 BTC
Feerates: 1,471.76 > 6.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (904,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,384 10,384 00000000835c60cafdf2a3425d41cbdcf286d91b9bd5bb935b29f82723262795 1 0.00/1.00 vMB 0
10,383 10,383 0000000003459d410421933ad518d1d7b70604e2ced57f15441f7f104b0b961d 1 0.00/1.00 vMB 0
10,382 10,382 000000006c53f53f82086e076b42d253c5f83f3617f8f622ec08f9b5d48f7f75 1 0.00/1.00 vMB 0
10,381 10,381 00000000f3f031877d556dd26d2ace7ffcc61c900efe16d0092b966faa1f6328 1 0.00/1.00 vMB 0
10,380 10,380 00000000ace1c75198ccb0a5c3ed7bb459d1fc5d5a4882964a6e724150072a7c 1 0.00/1.00 vMB 0
10,379 10,379 0000000001d4fc4c7b5752d75de60f89cda7889af55c43ee94f11041a6bb78aa 1 0.00/1.00 vMB 0
10,378 10,378 0000000099cfe767f664110638dd2c0f096370ae3667ebbdcd4c4010572d8a46 1 0.00/1.00 vMB 0
10,377 10,377 0000000069f302812819c3efdb5f7c86addf92e7a2af817ef06b72c35bec3710 1 0.00/1.00 vMB 0
10,376 10,376 00000000ffdb74d25c7238e3fc4d7d7244655357cc750d6be2955770a8fabdf9 1 0.00/1.00 vMB 0
10,375 10,375 00000000efd852a30fe282fc7113e80035336b9d30131ae31aeb93909d22a893 1 0.00/1.00 vMB 0
10,374 10,374 00000000148833967e66302017bc6aa37cf0f3bd6ca57febf1cc47032749a118 1 0.00/1.00 vMB 0
10,373 10,373 00000000120789734f807bc7cea9c6ed06bfcd5c1cd7e4a13754fdbba309e449 1 0.00/1.00 vMB 0
10,372 10,372 000000002e2d330c27a450f48ebed090119eaa13db7b658ac2abd804a7ead025 1 0.00/1.00 vMB 0
10,371 10,371 0000000066e738abf3d730d800bc4cd0b665564e892acb75124b58f7a70ee11d 1 0.00/1.00 vMB 0
10,370 10,370 00000000cf195b1ceaa3f35c69e1d8f8d0905e144a92078aca77832990c4f6c0 1 0.00/1.00 vMB 0
10,369 10,369 0000000089f92a8e532c5e5a80ada29ce035710e18d5c3086c4510890a99b926 1 0.00/1.00 vMB 0
10,368 10,368 00000000f9926aaebef1d31b5096db40875e4abbc50d38250c0a9ecddabe67b6 1 0.00/1.00 vMB 0
10,367 10,367 00000000ba2b4312f00c067583fa55ceabbb58d6d42df0ee87d61c603a1a9e42 1 0.00/1.00 vMB 0
10,366 10,366 000000007520a3866a65fc7b8aecc8b448ab2055a1e943d627b1e242d51de21b 1 0.00/1.00 vMB 0
10,365 10,365 000000009cf3e6fbb4e557e492feb1f4256d13be410fa6d38410134ddd4d8936 1 0.00/1.00 vMB 0
10,364 10,364 000000007f6b3ef3ae95420e339521ef8eacccb8d74e0edf79f7dfe9301f1b56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 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: 601.89 GB
    • Received: 10.22 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.