Loading Tool

Explorer IconExplorer

Memory Pool

61,124 transactions
20.43 vMB
0.05600733 BTC
Random Selection Loading Transactions
Max Size: 129.25/200 MB

Candidate Block

Mining Attempt e5d10f1de8b8e7c5de0d607be431206491514a5cda72e4eb10b63d85e64209be
Version 20000000
Previous Block 0000000000000000000128225eb65351aaca98190844727dbb5b262a70ee63ae
Merkle Root b79b1447b6ced654ce5cac867f369d4ee56e28dc2dfb32442bc7673332bfa3e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.00927695 BTC
Feerates: 71.64 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,679 (850,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,510 65,510 00000000089226f3b3bdd5a4ff8a24fb6a669e756e95e8589ed8819a6d7f6de4 1 0.00/1.00 vMB 0
65,509 65,509 00000000021706465140b2bc2ea0efe194fea1640c0055a76d8a754a26ddcfe5 1 0.00/1.00 vMB 0
65,508 65,508 000000000764d3a2a56399d3577dc04d114ba638e4e107d8e1e7791f0979bb9c 1 0.00/1.00 vMB 0
65,507 65,507 0000000008450e117e2049c63a002b6f39e3a95217015f969ec2fa30e7eea281 1 0.00/1.00 vMB 0
65,506 65,506 000000000a34ef784cf373e4fcaf7a4640db40218eae2b3ca7d6ff53bc0a143e 1 0.00/1.00 vMB 0
65,505 65,505 0000000007377a27d97b3adfe6a9df0a62be69b40b98b41f0fd4677e814def19 1 0.00/1.00 vMB 0
65,504 65,504 0000000005232f4b7908f6c9538ba5199db461e45a4f4044e65bb5006d5c7d58 1 0.00/1.00 vMB 0
65,503 65,503 00000000011e94622cbda65762e7a5831c115cc337043800c8a76faaf31ab9ef 1 0.00/1.00 vMB 0
65,502 65,502 0000000000713f54eeb8128b1efed37b971566eec656d5a3d94e1f2c69198b12 1 0.00/1.00 vMB 0
65,501 65,501 00000000029c9d2d49c220ac04dc2d8a1c3e0bd1d64ef39b4f7dafbc78718676 1 0.00/1.00 vMB 0
65,500 65,500 00000000038166ab207a4340cac0c1a1fe983ebe28217af9315aa2c4e6745c2a 2 0.00/1.00 vMB 0
65,499 65,499 00000000081cc436e72b53b3f5f1dfba5577fb480459be470fd598a0a9e52b11 3 0.00/1.00 vMB 0
65,498 65,498 00000000022143e8638369084936f621dc7a8f0926d681b0dfe692a9de54acae 1 0.00/1.00 vMB 0
65,497 65,497 00000000065a20d6d222fdf26ab3cc5dd06534ad970a5541cfba5dc483f4f5fe 1 0.00/1.00 vMB 0
65,496 65,496 00000000065424f253286d080ad7cd3cbee18b8f95d560e88a9fafbea6a10e2b 1 0.00/1.00 vMB 0
65,495 65,495 000000000326dfef91a8f4272ba32dec79e598c5316e1ddc9a6ce907ea78be7e 4 0.00/1.00 vMB 0
65,494 65,494 000000000786512e77ec60b107b61c39235cde1e7b6985be322b2fd587063a3b 1 0.00/1.00 vMB 0
65,493 65,493 0000000006ca253d4d3409459349f0c6680b13344651ea1c8689c45368b1cc85 1 0.00/1.00 vMB 0
65,492 65,492 0000000009750b85467252a451d9605e9f6a6c5e8abf7d04d3d8aba87153dd84 1 0.00/1.00 vMB 0
65,491 65,491 000000000126f8f6e38d2fe113cb928224c78ddcae45856b7c8299d1553d98df 3 0.00/1.00 vMB 0
65,490 65,490 000000000319477f6617fa167774fae947a6ff5b29f070e0369a60deaf7ee16f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.56 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: 774.34 GB
    • Received: 20.68 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.