Loading Tool

Explorer IconExplorer

Memory Pool

86,751 transactions
31.83 vMB
0.10946414 BTC
Random Selection Loading Transactions
Max Size: 195.00/200 MB

Candidate Block

Mining Attempt 51f4fe309ca6cce7e47d4d190924746c457042826f33a48138fbe4ec459600f9
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 4c05079db5798f0f0f25137d7ca4337e659a2ba9e2b45eec6f979d049b03d998
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02857021 BTC
Feerates: 1,236.26 > 2.86 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (868,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,015 47,015 00000000050430181b8703362dfd7a0a65894bedc01e7c1a11f10ac404b59343 1 0.00/1.00 vMB 0
47,014 47,014 00000000087fcf794c2a98e219955e804bf5cc000a47df85512473598b3d5795 1 0.00/1.00 vMB 0
47,013 47,013 0000000027d5cf9d8b004642236f30a7b837efcbd3bbd25f3a1b6e4abe8872c6 1 0.00/1.00 vMB 0
47,012 47,012 00000000370bb495f5474fe0cff13b9bc3c9e946a115cf80d3e893a399f2dc07 1 0.00/1.00 vMB 0
47,011 47,011 0000000010e1e4a9b3d6d5cf07f04be61243fe68b14d6ff564bcd019115d1d6c 1 0.00/1.00 vMB 0
47,010 47,010 000000002a9c40927c248eb42701d776ebfb3ee62f2154ba3e67186680a69981 1 0.00/1.00 vMB 0
47,009 47,009 000000001fcb18675e96aaff258694a46539378869515b83f822f58c56294b49 1 0.00/1.00 vMB 0
47,008 47,008 0000000013dbaa3c75afaf9d06de2ccfa4e2509df5655b049843c17266037640 1 0.00/1.00 vMB 0
47,007 47,007 00000000126c8722d217cfb991a2cbd3ceb1320fb4f595ce94b734d1628251ad 1 0.00/1.00 vMB 0
47,006 47,006 000000001979e6575321ea8b3dc49d8cdd0cb3b4419dc3221a10e5093d30edb1 1 0.00/1.00 vMB 0
47,005 47,005 000000002ba97020e0f9a0a2f12af623687d55a45bd6eea9d25975ea7188d681 1 0.00/1.00 vMB 0
47,004 47,004 00000000051819b9e6c553448b0811e62cfb9bb60149585b8866451b7e5ed6d1 1 0.00/1.00 vMB 0
47,003 47,003 000000001718ccd02435f8f370a1fc6769b853e3f598f728cb957689da102ad1 1 0.00/1.00 vMB 0
47,002 47,002 0000000032e2c50d41281e0cc92952f2d5c64b4d7d1853806fd9bb1afe5efea4 1 0.00/1.00 vMB 0
47,001 47,001 000000000a074f9ef0497c8d55b33d3afa7c03161c86e62680e9923caf9f4c62 1 0.00/1.00 vMB 0
47,000 47,000 0000000000e7189f8a21e7202826283ccfb276461fe5c5813b4778b708ae605c 1 0.00/1.00 vMB 0
46,999 46,999 000000002d96a2aceddc23a05208a7d77ab998e76b56ba71cd38fc4f597f9f79 1 0.00/1.00 vMB 0
46,998 46,998 00000000378f482ecef67fe9a3b5b59b471eaf9317bacf09af974073d4ef155e 1 0.00/1.00 vMB 0
46,997 46,997 00000000379b5e5eef5a49c7c9397fb5a574d0d3af3539272e8293b5949e1763 1 0.00/1.00 vMB 0
46,996 46,996 000000001ddeb13e3067130b1fff962fa397618de71666a42c0d4c580a419cea 1 0.00/1.00 vMB 0
46,995 46,995 0000000007f142830a7cbe6bf756af9dd8ec04286992d6f9b556322e3150d3c2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 719.41 GB
    • Received: 18.05 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.