Loading Tool

Explorer IconExplorer

Memory Pool

27,816 transactions
24.44 vMB
0.05038333 BTC
Random Selection Loading Transactions
Max Size: 120.44/200 MB

Candidate Block

Mining Attempt d9a080c291525cca9c47ef51a133b94139dacafd123bfe2aec3685d5b04a386d
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root ff05c24ee3794c2603af9f56ce852e9504f054bad65f26d39b16d0f3409f1076
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,342
Size: 1.00 vMB
Total Fees: 0.00708898 BTC
Feerates: 73.20 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (337,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,140 577,140 00000000000000000020463db6ce83ab120e9215005e105ef3e83f3b81ea6d9c 2,745 1.00/1.00 vMB 101
577,139 577,139 00000000000000000013507d7e7d008c8234a70313f8f4c6e6941193c7d1c2af 3,186 1.00/1.00 vMB 182
577,138 577,138 0000000000000000001c1837edb770bcb871cd366377e357c0ef62faeb4c8fd9 2,818 1.00/1.00 vMB 126
577,137 577,137 0000000000000000000d600cd8a7ee26f979480443cbba4bdfcbcdcca165f8f1 2,609 1.00/1.00 vMB 101
577,136 577,136 0000000000000000001cba3f8147a63092cfe641f753e5337b276f4af8244a12 1,865 1.00/1.00 vMB 64
577,135 577,135 00000000000000000027ab7e03ca6747ec12cef4ed5cff8507d7f1d2616ef0a5 2,841 1.00/1.00 vMB 83
577,134 577,134 00000000000000000007f38b84e2c50b356da4f79d807c4b9fb23d3c9fada1ea 1,783 1.00/1.00 vMB 78
577,133 577,133 0000000000000000000a4ebc96f622f42867650ea2a8c793a04e62fead108311 2,686 1.00/1.00 vMB 88
577,132 577,132 0000000000000000002229b065a300ed6325bd5f9880fe31836236c3547a1445 3,302 1.00/1.00 vMB 167
577,131 577,131 000000000000000000068e607dfb3fca1436e535fa735c46957bf0627adbead8 3,139 1.00/1.00 vMB 97
577,130 577,130 0000000000000000000d4be8422eaf4fd6e2a2b47cf5dcbb01de71cac2f38264 2,418 1.00/1.00 vMB 147
577,129 577,129 00000000000000000009931de18c4c38337b9031bba22636dcb6f224929c3a4b 2,360 1.00/1.00 vMB 174
577,128 577,128 00000000000000000007fce39a80dc9110fe8709ee504c01e1f04f1f59be7bbf 2,709 1.00/1.00 vMB 119
577,127 577,127 0000000000000000000fc32f3159074890605b43828a1e8ecc1831c3bc048b83 2,707 1.00/1.00 vMB 144
577,126 577,126 0000000000000000001b263badfc4f4176781ef3379f93b4b7ed4e9b635278ee 2,412 1.00/1.00 vMB 152
577,125 577,125 000000000000000000254a70fe9c266fc6697db88f2ebb218ce18a1f71cbbf92 3,277 1.00/1.00 vMB 160
577,124 577,124 000000000000000000235b56c1c6674a7c631e5018364c6d37cfd6a148843d3b 3,379 1.00/1.00 vMB 195
577,123 577,123 000000000000000000088373cb931f7818a3b2a606471f4b4aec5ed3aac794b8 3,001 1.00/1.00 vMB 161
577,122 577,122 0000000000000000000264e02f0317c786a56f1c49332572307883b09009e0bf 2,651 1.00/1.00 vMB 162
577,121 577,121 00000000000000000026afc780354d68779c191fefca8743e33dcbf0c8c21c8a 1,736 1.00/1.00 vMB 160
577,120 577,120 0000000000000000001f0300e0ca15800dcaa0bc81370feda92786f2995e8bf5 2,841 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.86 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: 641.77 GB
    • Received: 12.53 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.