Loading Tool

Explorer IconExplorer

Memory Pool

78,330 transactions
29.45 vMB
0.07677641 BTC
Random Selection Loading Transactions
Max Size: 177.91/200 MB

Candidate Block

Mining Attempt 64fa42030e6223254c4af7029deda6813ae60f09db1910c8919ced2bdee89c6a
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root dbde25a8da4dee7a7aa69d2bf0a07083d3861e08a84e1ef67cd0bd1909cbedb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.01303446 BTC
Feerates: 15.32 > 1.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (187,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,602 727,602 00000000000000000000557fdcf8f982ff8892069b1793261d8e40e2ef8efb81 2,040 1.00/1.00 vMB 2
727,601 727,601 00000000000000000003167b2f7dc9bf384a1f6b4899e7a28ff53804479c3248 1,788 1.00/1.00 vMB 3
727,600 727,600 00000000000000000005925c44e54bc67d05b1e823ba84f0dc1032693fb8ad16 1,971 1.00/1.00 vMB 4
727,599 727,599 000000000000000000009dc485efe3c7741abaced442a04d13208f8302e62148 1,770 1.00/1.00 vMB 12
727,598 727,598 00000000000000000006adc7ad41c1fe0e60ffdda635362f90c1efacec69d507 2,240 1.00/1.00 vMB 15
727,597 727,597 00000000000000000006316e3cbe4fe7b5d58020f553df3b101e4df1f7531146 2,212 1.00/1.00 vMB 8
727,596 727,596 00000000000000000008f6f674c24a4f1a892a2d4d3ffa63bef6c1021b8d2a56 2,244 1.00/1.00 vMB 4
727,595 727,595 0000000000000000000835c64eab265b85b7472974f4c56091d80d84a5bf331f 1,895 1.00/1.00 vMB 11
727,594 727,594 000000000000000000098ded2286a58771f369f9ff6982c6b21f3b8ab33e27ce 806 1.00/1.00 vMB 2
727,593 727,593 000000000000000000006e3ac4c4037c67d917eaf4977bdbefd0f2d224825612 1,646 1.00/1.00 vMB 6
727,592 727,592 000000000000000000012264733070fa875c38975d776e4fa6ef584de9c72ff7 1,085 1.00/1.00 vMB 6
727,591 727,591 00000000000000000007122f87541c2e58d6b8cc19bc61fc12e288dbec17f85a 2,253 1.00/1.00 vMB 8
727,590 727,590 0000000000000000000928a3157a5f9bf6326f7de87ecb36d4773f5778fa3673 2,027 1.00/1.00 vMB 10
727,589 727,589 000000000000000000095f0360f3b14ca6113772d16ac69bf8efc1d30b6547e5 1,422 1.00/1.00 vMB 3
727,588 727,588 00000000000000000007e693b68c41123c284e7cfe31829f008c02403723f17f 1,636 1.00/1.00 vMB 6
727,587 727,587 000000000000000000092a7f1066825e58854f03a957fe915ac6c1109bd57f01 2,872 1.00/1.00 vMB 10
727,586 727,586 0000000000000000000144557ecd91b7e4fae26075b8378e5ea132b2aeb7dbc3 3,304 1.00/1.00 vMB 14
727,585 727,585 00000000000000000000e063921f2b9921818750efe9e9bc78da9f07c95f9450 2,657 1.00/1.00 vMB 8
727,584 727,584 000000000000000000011e90682d43c5efa26d0f1251fcab71aa0724d9c13d43 2,898 1.00/1.00 vMB 11
727,583 727,583 00000000000000000008ba891f39a84ca312e23e97527c20531e6f8ba4ee9523 2,625 1.00/1.00 vMB 7
727,582 727,582 000000000000000000093001af1f1166918ef7de8292fbe6801d578a8cb56ace 3,609 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.