Loading Tool

Explorer IconExplorer

Memory Pool

81,523 transactions
25.72 vMB
0.06621536 BTC
Random Selection Loading Transactions
Max Size: 162.62/200 MB

Candidate Block

Mining Attempt 611101a1bd07d1653db719edc8b09c8edca9c99f23cf576cd7fdc077fd9d9567
Version 20000000
Previous Block 00000000000000000000d59abfc71068578900077b86a047e79fe2fc5dd5bee7
Merkle Root 1c7fc48dc78ee724194333a4674ebc4be577f50ac6984f5c55148300e4c2be56
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,723
Size: 1.00 vMB
Total Fees: 0.00947941 BTC
Feerates: 100.69 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,947 (813,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,117 102,117 00000000000155d3a463fec3e2acc97a70962cec4da0b1663550de78872da5b5 2 0.00/1.00 vMB 0
102,116 102,116 000000000001f83311474b9f251c87c84f5852afecc055b53b1af1e3e7ddea59 2 0.00/1.00 vMB 0
102,115 102,115 000000000001608dabdff4fc92b945a03d8c2fba8c0fffa3f3f4f1aa1f5d71b1 6 0.00/1.00 vMB 0
102,114 102,114 00000000000306c0dbac3a9dbdadcc1b6664c915f28fc394baf58aa830f646e2 6 0.00/1.00 vMB 0
102,113 102,113 00000000000224149a923cffd4353ec9caece16c57a60c11a805d3a07f87ac9f 13 0.00/1.00 vMB 0
102,112 102,112 00000000000087e050ca292030991b4ff02defa3508f9a1bd011c4394dc4b246 14 0.00/1.00 vMB 0
102,111 102,111 0000000000027f37a2d8c8d37ad2421bf7aa81c383bbe47564992b4741e16955 13 0.00/1.00 vMB 0
102,110 102,110 000000000001045105fbf963410b94e8083af295d89e209b450b395a3c91ddbf 14 0.00/1.00 vMB 0
102,109 102,109 0000000000011c21e40d640f9a91d5a3507a46d79dd0abd27b4db062a09c4854 13 0.00/1.00 vMB 0
102,108 102,108 00000000000015484ece38b8d85f44a6bfcb84b80f2aa3ebc0095ca1b1f4c463 14 0.00/1.00 vMB 0
102,107 102,107 000000000002d7ba8ae093bcff1f208a4f5a129219888cb6760e2397b22a3965 13 0.00/1.00 vMB 0
102,106 102,106 000000000003a379efe04ffee57b9076efb5a31cc62a55c419bf9d27b4ee8aa1 21 0.01/1.00 vMB 0
102,105 102,105 0000000000025668882dc0f45780ce6eb68e2f010c7e07a6865cf6945609e3fb 8 0.00/1.00 vMB 0
102,104 102,104 000000000002c4b68f6b2c5987b9a7934f91a0b1698ce18e8955555fe2f7a954 9 0.00/1.00 vMB 0
102,103 102,103 0000000000034d7ebe8c1341db3f8a4ce3f6e441cbdc973eae53722b099cacc7 13 0.00/1.00 vMB 0
102,102 102,102 00000000000006a529e5b96bf4747fb1163911c86f18b66962992eb67fed4b91 14 0.00/1.00 vMB 0
102,101 102,101 000000000002878aed576f1a2bd3d729751e064125190641efe6574bf9612ed2 14 0.00/1.00 vMB 0
102,100 102,100 00000000000004751b3fac9c7bc3c3ff97c7c45c4328d1c9ff131a1063c1af57 14 0.00/1.00 vMB 0
102,099 102,099 0000000000032c0f6fc82ae1c7f18c9988470c0f59b19da1a7ad44a99a26e551 3 0.00/1.00 vMB 0
102,098 102,098 00000000000325266cfb384a22a02ca370142d9cb932f2960f92840917d89af7 2 0.00/1.00 vMB 0
102,097 102,097 000000000003042fb034c93289f106fcb29d8836ff7ff0d70e56f539191ea2ec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.03 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: 800.21 GB
    • Received: 22.80 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.