Loading Tool

Explorer IconExplorer

Memory Pool

43,556 transactions
26.95 vMB
0.05662135 BTC
Random Selection Loading Transactions
Max Size: 142.12/200 MB

Candidate Block

Mining Attempt 36d6f72332980eff588ab9e18be1f61d268996f80a08ef0da139a10413e2312e
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root f067c2e9f938cb5bbb02a27099606f3b621ee169cd3639ade21d03e5fcc2c797
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,292
Size: 1.00 vMB
Total Fees: 0.00659613 BTC
Feerates: 101.58 > 0.66 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (453,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,644 461,644 00000000000000000016b8ee78996ba280e9e0aa0b1db6dcf6c684ebb4ac6761 1,854 1.00/1.00 vMB 76
461,643 461,643 000000000000000001d0bb82766dc1f8dcf86e7c1dea54972e25f7a80fa06740 2,469 1.00/1.00 vMB 155
461,642 461,642 000000000000000001c8e87db1fbe26d22a809bfaddbb8fdddee52c7ca783fe9 2,914 1.00/1.00 vMB 127
461,641 461,641 00000000000000000202bec9d4b3a720d3617729e6365d4c548b8565c6bc74b3 2,478 1.00/1.00 vMB 132
461,640 461,640 000000000000000001ce4fd87e2a50651d42971d395543b7725ff783f67e9a35 1,184 1.00/1.00 vMB 129
461,639 461,639 000000000000000001f149fb56eb43b4316c8142450dc98ac73fab0bfbfd68bf 1,999 1.00/1.00 vMB 163
461,638 461,638 0000000000000000023142471a5563a2dfe7046b2dc955f972619cbc5dc8a9cd 2,505 1.00/1.00 vMB 195
461,637 461,637 000000000000000002301561dab47dcc62d6a47477f656348c7af760e301efa6 2,598 1.00/1.00 vMB 169
461,636 461,636 00000000000000000209f9a212d462602802911acca4db14ec1ed5dd79d757d7 1,734 1.00/1.00 vMB 129
461,635 461,635 00000000000000000204dbbe0bb75aaaf3ed9d03e99af9fc6450a6cc101cb72f 2,061 1.00/1.00 vMB 161
461,634 461,634 0000000000000000016e2445be86fefee3dda00523d1ea87341197712e25a342 2,605 1.00/1.00 vMB 196
461,633 461,633 0000000000000000010c4095316b13fab97f31dd6f394207bd451ff7c5dab6f1 2,279 1.00/1.00 vMB 145
461,632 461,632 000000000000000001dbef186b89561e5cd0b8fa605594e7a7f236338dcec4e5 2,333 1.00/1.00 vMB 132
461,631 461,631 0000000000000000007eaa60c516aaf25332996a90e6f684c8038bb0c43cea2b 2,883 1.00/1.00 vMB 147
461,630 461,630 0000000000000000005be2e21b3c458340db64405ce594e8589897e320cc9dde 2,099 1.00/1.00 vMB 144
461,629 461,629 0000000000000000001517678dbb82c29b8b8d3b76c189fb1d155ee3bd588e3c 2,228 1.00/1.00 vMB 147
461,628 461,628 000000000000000001631dafa90ba98bd1ef673daba47033a9b82af1af68ddec 1,979 1.00/1.00 vMB 150
461,627 461,627 000000000000000001e1d79ac62246c3864cd6ce7889a853288c34e10b131fff 1,885 1.00/1.00 vMB 169
461,626 461,626 000000000000000001dbecfb9137ebe7097dfec33308c2a0c10d381aed6a16fb 2,161 1.00/1.00 vMB 183
461,625 461,625 0000000000000000020ff95c771c9d5547627bd89cd407ff04b58d2a66fb79a5 1,505 0.75/1.00 vMB 213
461,624 461,624 000000000000000000d8ad374f135544f1a1b429fcf22f73b4a2dfc8aadb02d0 958 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.20 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: 654.09 GB
    • Received: 14.10 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.