Loading Tool

Explorer IconExplorer

Memory Pool

25,680 transactions
25.17 vMB
0.07931242 BTC
Random Selection Loading Transactions
Max Size: 121.44/200 MB

Candidate Block

Mining Attempt a5f53c837208ca6971677eecde9d2cc0764a5003a13244c5c60413c449e918be
Version 20000000
Previous Block 000000000000000000002f40e0b9cfa776f49c63ee817fe9dd4c3fd293e39dc6
Merkle Root 9adec971c08572c3529dcac740561e910fc4206f798864e30626b375387aaebc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.03248892 BTC
Feerates: 294.77 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,298 (819,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,516 94,516 0000000000003b245c418506305caaab940b732604c0e6dfb55c47ee4e8e22c7 2 0.00/1.00 vMB 0
94,515 94,515 000000000008c7285d7e17cd6168603b7eb6d16add19165c2ff4baade8bfea00 3 0.00/1.00 vMB 0
94,514 94,514 000000000000c6da34354a50b83f9645efc0dc0cd059e48254ab2eed8b7d539a 1 0.00/1.00 vMB 0
94,513 94,513 000000000006e4f5cf905cd9a9de985e9cdbca73c86425a290ce0453ccb23f4c 1 0.00/1.00 vMB 0
94,512 94,512 00000000000550f69f822a5fad32cf76fb3458388ded2da4d6c25589d46a9c29 1 0.00/1.00 vMB 0
94,511 94,511 00000000000062f1ac8c0dd2398d533ad8be77d212b7989dae0629090845e729 1 0.00/1.00 vMB 0
94,510 94,510 000000000001cb8dca0dd8304b329147fd03c6177f61c727ee2af31e7a16ad2b 3 0.00/1.00 vMB 0
94,509 94,509 000000000004dfd14365ffc9ed863c83093ab07f583ff6a7d9de3dc1a8c20b44 1 0.00/1.00 vMB 0
94,508 94,508 000000000004f4c91e827a5b39ac29eeb755c565be389af355d2db36d759213b 5 0.00/1.00 vMB 0
94,507 94,507 000000000007e0ce0242a7d8dbba4e6c8f8d547887c1cf5a696cb08536b8b4fa 1 0.00/1.00 vMB 0
94,506 94,506 00000000000139e873e1776f3b5f7a36fdeb65e5eddb56458616e49c219175db 2 0.00/1.00 vMB 0
94,505 94,505 000000000006ff1eab7fa0a519b4b87333fb9b16017bd6f3cc6d61ad484e3849 2 0.00/1.00 vMB 0
94,504 94,504 0000000000013337b48d8405d5a5db5b19e8d67039f13ce406b0d40f148aca5a 2 0.00/1.00 vMB 0
94,503 94,503 000000000000c5ff98bc4f132423a75823c2232e9d6c224f0ab4479bea56dfb0 5 0.00/1.00 vMB 0
94,502 94,502 000000000001c5ce6ec9ca2b438af569c26bdcfb064875236bfc46e3e4460c35 2 0.00/1.00 vMB 0
94,501 94,501 00000000000294dfff295b06333c9204369eb1ab508b96beedb995c1286cbf46 2 0.00/1.00 vMB 0
94,500 94,500 00000000000066cb6b9e0bc1f315b5ae37f33b945649657328b2010c8a44e510 2 0.00/1.00 vMB 0
94,499 94,499 00000000000065eacf6b4297abd290b48c72cd1fe7ce9f7a7c5e7bcc0e641706 3 0.00/1.00 vMB 0
94,498 94,498 000000000004ab00c26ce3ef116952858f2b514bf0454eaa8dc4cd54b7e360fc 3 0.00/1.00 vMB 0
94,497 94,497 0000000000019300687a68a9504b35d07268d37614b07f51561769a1db2f2889 1 0.00/1.00 vMB 0
94,496 94,496 000000000002620178b64ae3e289aa9984f1216bd55b48f0939186b0ee0cfbe5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 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: 580.57 GB
    • Received: 8.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.