Loading Tool

Explorer IconExplorer

Memory Pool

27,653 transactions
27.32 vMB
0.10850693 BTC
Random Selection Loading Transactions
Max Size: 131.70/200 MB

Candidate Block

Mining Attempt 4fd51f2785645009e6096e85218e39b1651d0e1a69f971495b8c5a99171e1e76
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root 417e286d25d7787213b736d9ecce184d5e449a2ff046325201f5b5627819c725
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.05687345 BTC
Feerates: 150.79 > 5.70 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (324,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,383 590,383 0000000000000000000462f74e6c1ebc91a0b09a4dacf7be5476e23605d3e492 1,387 1.00/1.00 vMB 10
590,382 590,382 00000000000000000002c9090af640f84082d87794496399f19d492407d2a12d 2,473 1.00/1.00 vMB 59
590,381 590,381 00000000000000000010080d2bbce3c2b216d092689ab8546144207308fdfe3c 2,312 1.00/1.00 vMB 16
590,380 590,380 00000000000000000015d6bbb451ca9b669432a1e03186a8eb239b3c47eb12a5 3,048 1.00/1.00 vMB 33
590,379 590,379 000000000000000000009dd415314d5f111a547a9a1e9b445700ed894cef710b 2,591 1.00/1.00 vMB 83
590,378 590,378 00000000000000000015f3375e7516f8f270dd0b4f2557b8f959c43dab01fc96 2,126 1.00/1.00 vMB 15
590,377 590,377 00000000000000000010f7a8a24c2846b5c8d2da14ba28d8fb7aa7719566147d 1,018 1.00/1.00 vMB 8
590,376 590,376 00000000000000000008bce1f59e1173eea9b5ac6fa9b5ff59a0a1cc82cc564d 2,651 1.00/1.00 vMB 21
590,375 590,375 0000000000000000000096d3d8456e00d8418a3533f280a90c9cdcfb7d861424 2,628 1.00/1.00 vMB 32
590,374 590,374 00000000000000000003b4d7346b66193fc0af09126ad27a138eb380db9cbacc 2,679 1.00/1.00 vMB 14
590,373 590,373 00000000000000000000daf9ac3d17ff616bd66095a7ffef62e6f06a6275f563 2,912 1.00/1.00 vMB 52
590,372 590,372 00000000000000000000972abd78a17d09cf08506bf940777bc7e40e67a99664 2,929 1.00/1.00 vMB 68
590,371 590,371 0000000000000000001ba4680b572c1695a454752370663a0221d2345ee7263f 2,719 1.00/1.00 vMB 26
590,370 590,370 00000000000000000007ca5314ca4c09ae3a90d04bb0d2e6b9ba7d9790a04dc3 2,554 1.00/1.00 vMB 51
590,369 590,369 00000000000000000003c4727afdde8e4b9581ae732592a62ab429a934f161f4 2,895 1.00/1.00 vMB 79
590,368 590,368 0000000000000000000524d93b822f02096e090fab083bd68f7a70274ae0f027 2,535 1.00/1.00 vMB 27
590,367 590,367 0000000000000000001b3bcc7bebfeb382b5a55970bdb45a1678f321fdb05576 2,505 1.00/1.00 vMB 54
590,366 590,366 000000000000000000029d36a4e6e3eaba84c59f6e98201fd7f470c63060319d 1,550 1.00/1.00 vMB 42
590,365 590,365 000000000000000000161a2960e5fba58ef58d7e2500dddbc2be4a5b0e37a1a9 2,940 1.00/1.00 vMB 70
590,364 590,364 0000000000000000000203862b0837ce40291284dcd92039636fe1626c417838 2,625 1.00/1.00 vMB 46
590,363 590,363 000000000000000000187f5a477d89bd98ac7c1b67150639dc46f985e1ba59ed 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.17 GB
    • Received: 10.95 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.