Loading Tool

Explorer IconExplorer

Memory Pool

80,589 transactions
30.00 vMB
0.12249162 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt 73e2cfbae47f44687265acf4ae54b0215afe7b21b57405057e9f62f1ea14e35f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root d840437cfbe66122ae00164eb674759f9a1fbb5d03242d51099dd995d77d8caa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,598
Size: 1.00 vMB
Total Fees: 0.05061406 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (454,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,342 460,342 000000000000000001de42a87294a7de7a517d9170444d6783b7ff30b685586d 2,269 1.00/1.00 vMB 163
460,341 460,341 000000000000000000d41dc017d7c1ff86691ec3a81857d5c26dd5a7b27fea46 2,045 1.00/1.00 vMB 127
460,340 460,340 0000000000000000010ed86495acb8636258dc8e20a1aecd162762478495124e 1,048 1.00/1.00 vMB 183
460,339 460,339 000000000000000001bcab3e719012ca5d110be9c6388b85298e3e620e56aaae 1,726 1.00/1.00 vMB 106
460,338 460,338 00000000000000000181f13032b33838ebdb18e3c48b653bf430234f86d2215e 2,347 1.00/1.00 vMB 118
460,337 460,337 0000000000000000006776143de4be96bb825ddf24957954239f78f4b96cd249 2,306 1.00/1.00 vMB 178
460,336 460,336 0000000000000000019ce7ad1c27445e5ef8688af2cef14fe0afcbe6b0521dd7 2,409 1.00/1.00 vMB 154
460,335 460,335 00000000000000000170d545f1e9bf7c4accca76fb9b5b2d6234d2dc083d0a89 2,017 1.00/1.00 vMB 127
460,334 460,334 000000000000000002218fa76a82bff61281abc0314a52a13f002b4b1074477e 2,135 1.00/1.00 vMB 166
460,333 460,333 00000000000000000008a13471cf52effce1a1d3715cf828c86155516768709a 2,292 1.00/1.00 vMB 212
460,332 460,332 0000000000000000006c9f8919611b7fcb82fc7f165f13a0e599e5cda4f5d179 1,248 1.00/1.00 vMB 107
460,331 460,331 000000000000000000829761c75edd308a96eb72073a35f26c4c9c48f4720241 1,493 1.00/1.00 vMB 87
460,330 460,330 0000000000000000020630bd458a9e9708edeab81e4c1ad99c52f193c3086bbb 1,671 1.00/1.00 vMB 133
460,329 460,329 000000000000000001d78fbc469fd89fa90250f3d1acd60043ffb4ffb468fe74 2,077 1.00/1.00 vMB 123
460,328 460,328 000000000000000000109268852b09c02d1f169a5dd37c5f5afcc80cf9ebcad5 2,040 1.00/1.00 vMB 146
460,327 460,327 000000000000000001e8bd2c3b7de10d21d8a1611d07714f3a2c1a60d06be2a4 2,332 1.00/1.00 vMB 175
460,326 460,326 0000000000000000016bebf04a93cd0f1e2096c22fb29c9f385bbd62f852690e 2,217 1.00/1.00 vMB 157
460,325 460,325 0000000000000000015583c6948841cc27179746480c8914beaa7ffd24b769cb 1,942 1.00/1.00 vMB 154
460,324 460,324 0000000000000000000d11b7e1915e582ef5a5b4bfcf0860a6212e66ca64c34d 2,742 1.00/1.00 vMB 121
460,323 460,323 0000000000000000004aa50384e8f4b21e49f66790b05f57cb7d9d3e01e8544d 1,677 1.00/1.00 vMB 152
460,322 460,322 000000000000000000abebdb63049013600ebc885adbb7f71d85f4816c5c8583 2,188 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.