Loading Tool

Explorer IconExplorer

Memory Pool

72,888 transactions
27.57 vMB
0.10366071 BTC
Random Selection Loading Transactions
Max Size: 164.97/200 MB

Candidate Block

Mining Attempt 22d6510384310284414ee4571f4f22c7d119154d4a218b63cce86678555e5533
Version 20000000
Previous Block 00000000000000000000b27b2190440ac27825933894e3022e019f9fbb1d36f6
Merkle Root 7b87778ca8d3866332089c76476f094dea0477742749d265dc04689262c85fa2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,447
Size: 1.00 vMB
Total Fees: 0.03817721 BTC
Feerates: 526.32 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,471 (821,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,591 93,591 000000000002e7232a152e0f09f565baeac6989b7cbdce5765114a70fc32e2b3 1 0.00/1.00 vMB 0
93,590 93,590 0000000000061c5c2dabd60fcd37b4d161329654e7c5535a10c6f17fd4e1ed43 1 0.00/1.00 vMB 0
93,589 93,589 00000000000292e7581622caf4885a1736a02474c12b050b6db3ed7e31598cac 2 0.00/1.00 vMB 0
93,588 93,588 000000000003a72b69e33ebd5ea7a9f4f8c9888d10c40f9e7ba81c126edbd928 3 0.00/1.00 vMB 0
93,587 93,587 000000000003c8df93b33e4d098f80273fc25fd05ed5f56df7ec54d94cbd11d1 5 0.00/1.00 vMB 0
93,586 93,586 000000000001677ffb78c05c232a53dea0b76d8501b690f83cf08dc0631ece6e 1 0.00/1.00 vMB 0
93,585 93,585 000000000004016520f3e0bfd85fe15e1f173c9fe013535323ffebb7bedce751 5 0.00/1.00 vMB 0
93,584 93,584 00000000000389b50f52d2060b53edfc10e71de687d1574f6b5fe5d4368c04b5 1 0.00/1.00 vMB 0
93,583 93,583 00000000000069f61f15ee1c36ae3234c616d8cea46985d9ac6d5b3576c109a7 4 0.00/1.00 vMB 0
93,582 93,582 000000000004ed58d00d3a24f452c19f9fb236a64c4bcb7a9c97b08a686c3fb4 2 0.00/1.00 vMB 0
93,581 93,581 0000000000022e7e077ca94c4e18ca81b72cba16109fa74f6f9e8e1aacf75f04 3 0.00/1.00 vMB 0
93,580 93,580 000000000003e56b8c0bc83ee87c3e2c8a50cf786699bae8fa10fdd97ed2c27a 1 0.00/1.00 vMB 0
93,579 93,579 000000000003bf40ee06f5458f32a58b33ffd6bbb462185dc5ac49af564c17a9 2 0.00/1.00 vMB 0
93,578 93,578 000000000006e3ac3f16a0c6d0239e7eb3f0e09482be6da18ba685954829b9dd 4 0.00/1.00 vMB 0
93,577 93,577 00000000000897829a097777c60444fdbb4e6589c0f77416c53d8e51cca86c10 1 0.00/1.00 vMB 0
93,576 93,576 000000000008144bb5d2cd508b0d99dcf3b8054e5c050a2c534c677baca3266d 1 0.00/1.00 vMB 0
93,575 93,575 00000000000793b92da778f6f68186fb6d6c5ca649c582bbd641d13df09c3547 1 0.00/1.00 vMB 0
93,574 93,574 000000000003644fa1af961ebc0c561c335a4511fd6ffd5a10d8c178cff68462 10 0.00/1.00 vMB 0
93,573 93,573 00000000000318715a657b4506b2240e5d4f61e854f88cb48ddf18eb1feb2dce 2 0.00/1.00 vMB 0
93,572 93,572 000000000008bd1097f17d1f104582f3f23ef09990cded2adeca23bbcaaa952c 5 0.00/1.00 vMB 0
93,571 93,571 0000000000035a56a07a67dcbbed4c42dbc7ffe535adb0130ff517d9b4e05625 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 756.33 GB
    • Received: 18.98 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.