Loading Tool

Explorer IconExplorer

Memory Pool

51,208 transactions
28.82 vMB
0.07654677 BTC
Random Selection Loading Transactions
Max Size: 155.03/200 MB

Candidate Block

Mining Attempt 91be6dd14690ef0a694372e2434ba4f92e7e503a9ecd91875fa4ecbc0c8e58a2
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 4e322d8ae9a4c6827a011c6a75499a9a27a2fefbfb577e457927fefac41a9b11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,519
Size: 1.00 vMB
Total Fees: 0.02072234 BTC
Feerates: 122.12 > 2.08 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (384,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,144 530,144 00000000000000000004d83f7ba821556948884498f3c2b4c805dafb5e6c271a 1,622 1.00/1.00 vMB 22
530,143 530,143 00000000000000000030440a71128877d18c3e7456ddf1bcdf26cd146563b372 598 1.00/1.00 vMB 7
530,142 530,142 0000000000000000002b0b15c6ad0ed03233a2e695ae43ccfb0f4f312ae06722 2,447 1.00/1.00 vMB 27
530,141 530,141 000000000000000000090c57d1621b7f13ec55245465d597df8a226284ea4261 589 0.30/1.00 vMB 18
530,140 530,140 00000000000000000033a10a0191e47f84e6790dac829b893e8d4106b34d68e4 826 0.83/1.00 vMB 15
530,139 530,139 0000000000000000001e6db880e65dd2582d42040d7d28d8b7b9dc30da42134a 1,220 1.00/1.00 vMB 14
530,138 530,138 000000000000000000107303fa23c49e63c6df636e853f16bf3116576d547fbe 1,387 1.00/1.00 vMB 13
530,137 530,137 0000000000000000000350c53cbb7379cf93d456189a542d02958abda82aec44 1,575 1.00/1.00 vMB 20
530,136 530,136 000000000000000000197de4802fcf8cecc6ff1a83ea07739505b770b23360e0 567 1.00/1.00 vMB 5
530,135 530,135 00000000000000000032643b88605c8b45ab0a02e8000526c3a2c9d05d8c810b 258 1.00/1.00 vMB 2
530,134 530,134 0000000000000000001ea4505562067d12c581f2009ddee6a2ef9b152a15d37a 2,110 1.00/1.00 vMB 26
530,133 530,133 0000000000000000001f2fe642d313351d04f2adad23335fd03e2bd608f8195d 1,642 1.00/1.00 vMB 16
530,132 530,132 00000000000000000023cb314c2b2eeae14959cd8bc6a9abb2c0752fcb11d2d5 1 0.00/1.00 vMB 0
530,131 530,131 0000000000000000001be55a89e33cdfb69aaf2c91c56362d7eeaa2f03b17f07 916 0.67/1.00 vMB 13
530,130 530,130 00000000000000000004b07bb4fe6f4dc224d78c91b52eb78826f1b04ce1fbd5 1,465 0.95/1.00 vMB 8
530,129 530,129 0000000000000000000ce9e5763d0a73beeebff5374e8497fbae456b1b670854 335 0.12/1.00 vMB 66
530,128 530,128 0000000000000000002c68a4a9fc3e2448093654457f55ca2f459eddbe0a5c3a 198 0.10/1.00 vMB 22
530,127 530,127 0000000000000000002acc16c6b49a3fe1694a62174a8138a0f17d3c7c825b96 610 0.40/1.00 vMB 17
530,126 530,126 00000000000000000016b6b56b6e0c66ad5eca7114a357ba0840a889e3bcd646 717 0.77/1.00 vMB 6
530,125 530,125 0000000000000000000b2ebe1b601d030edc949c027709e8c5e32ce49652f9f4 695 1.00/1.00 vMB 12
530,124 530,124 0000000000000000001a9d0eec273dec17fe46a9971a4f1639912c049edb8c59 307 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.