Loading Tool

Explorer IconExplorer

Memory Pool

84,380 transactions
31.63 vMB
0.13661294 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt 4fac8dfebd9b4a9c12f0958824d8aa4bc018adaa7b1ce5422da206b8fc5bcb30
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root bcf9eaa77b395c1c975b8d5b2fde948cae5f5609ab0d237ed935aad0090ad66f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.05505419 BTC
Feerates: 163.06 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (188,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,020 727,020 00000000000000000008a3ac96db8997ea2fadfd050d7cce643e7cae1b1fe0d2 3,291 1.00/1.00 vMB 6
727,019 727,019 00000000000000000001d5b0e7d4c62544043280632c7f8055b4765e5123421a 1,729 1.00/1.00 vMB 5
727,018 727,018 0000000000000000000a20dcf5afb5f6bfd3c7a4e1cb718f45ab7dc6ed69790b 2,816 1.00/1.00 vMB 13
727,017 727,017 000000000000000000090520bc426266b18bbba4e6877b898e0790ec96508434 1,541 1.00/1.00 vMB 7
727,016 727,016 00000000000000000001a517678c244e23a1544e4b0cf9546e494910cfc437a8 939 0.29/1.00 vMB 8
727,015 727,015 000000000000000000069835b605ffbea9b059fbcd9bead49a4ab4886e1985f0 1,313 0.47/1.00 vMB 7
727,014 727,014 00000000000000000007b91890150e31c4bd02dcbe2004f8283734df04062d05 1,425 0.50/1.00 vMB 8
727,013 727,013 0000000000000000000a1678bd6187e0d5a0bbaedfe8e5260b2abc522d192e0c 2,433 0.88/1.00 vMB 8
727,012 727,012 00000000000000000002ee9281048ea3370d2bfb25ececd0a4be4f0dd28620a7 1,174 0.34/1.00 vMB 8
727,011 727,011 00000000000000000009f84b61e0917e99c08d14611b8f2bb55d4eee36ff35c4 496 0.16/1.00 vMB 8
727,010 727,010 00000000000000000008f5f6d98add98b36614286d4edde982fdd1a262132de6 52 0.01/1.00 vMB 9
727,009 727,009 000000000000000000045bdb0a504ef58f6a43867d9b0fc0f8b5cdb8767dd2af 1,479 0.48/1.00 vMB 8
727,008 727,008 00000000000000000008388d42ba0be4e80c5c38bf043774d351b153db116a07 907 0.33/1.00 vMB 8
727,007 727,007 0000000000000000000996720f2e05fcbb89ee334374e06d231732f67f294329 2,944 0.93/1.00 vMB 2
727,006 727,006 000000000000000000056f3da22c6d721d4a576463615ef7a24db8e5abef40fc 2,195 1.00/1.00 vMB 9
727,005 727,005 000000000000000000037df987c5fb357c941bdbce08fbc1fa3243017b4f82d7 3,049 1.00/1.00 vMB 14
727,004 727,004 00000000000000000004333b5b2cddbb3cec1b82ec9970c6686d5f068ec4480f 1,497 0.56/1.00 vMB 7
727,003 727,003 0000000000000000000503413b5b088f2d80596fa6f5d694067c4323e2342060 931 0.34/1.00 vMB 9
727,002 727,002 00000000000000000002b49c9c6a90aedcd912bfdd682ad90f8b5361731ff0d1 418 0.24/1.00 vMB 6
727,001 727,001 00000000000000000000f4b098856ff3a4c1aab74815a35b1efb4716021170c3 1,487 0.93/1.00 vMB 7
727,000 727,000 00000000000000000003e81ba01b31d1fca0a063984a52e4a52c7d2b69447068 504 0.18/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.