Loading Tool

Explorer IconExplorer

Memory Pool

77,538 transactions
33.69 vMB
0.13867747 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt 957eb3cd371a3df1d67299edd82c3579c4ed51370dc372fb4ee13168225a21e6
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 47f14929cc33d5fb1b661b7545903ae023c6f8e8f70e507ef831b2e1bd08f3a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,361
Size: 1.00 vMB
Total Fees: 0.02829781 BTC
Feerates: 100.53 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (821,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,575 93,575 00000000000793b92da778f6f68186fb6d6c5ca649c582bbd641d13df09c3547 1 0.00/1.00 vMB 0
93,574 93,574 000000000003644fa1af961ebc0c561c335a4511fd6ffd5a10d8c178cff68462 10 0.00/1.00 vMB 0
93,573 93,573 00000000000318715a657b4506b2240e5d4f61e854f88cb48ddf18eb1feb2dce 2 0.00/1.00 vMB 0
93,572 93,572 000000000008bd1097f17d1f104582f3f23ef09990cded2adeca23bbcaaa952c 5 0.00/1.00 vMB 0
93,571 93,571 0000000000035a56a07a67dcbbed4c42dbc7ffe535adb0130ff517d9b4e05625 1 0.00/1.00 vMB 0
93,570 93,570 00000000000262e0993f872fdb9d5089b129d7a031c4eb1658b800dffe48ef59 3 0.00/1.00 vMB 0
93,569 93,569 000000000008b4d0b4bac37ede155f06aeee722aedfebee850866a9ab60afc4a 4 0.00/1.00 vMB 0
93,568 93,568 000000000007a18119e76d1e96e00bbcdcbeac6cd96cd3ddcd79390ab0a40431 1 0.00/1.00 vMB 0
93,567 93,567 000000000008229c2277cba89896889520ae2b707c97c19ab728c29c792ac6ad 1 0.00/1.00 vMB 0
93,566 93,566 00000000000463a439cb665d423a12cf1789d2d0bcdb9955b7572dd73a326d7a 3 0.00/1.00 vMB 0
93,565 93,565 000000000000afacd7f9065305f4a8a021a708292f200e285f343662980d3dde 4 0.00/1.00 vMB 0
93,564 93,564 0000000000030807f01854376c24bd638e3d49b7d486cf77c34b62dbc6aecfb2 5 0.00/1.00 vMB 0
93,563 93,563 00000000000983182b444672e1132c5298dca3a9fd908cefbc51cd1a09ee60ea 5 0.00/1.00 vMB 0
93,562 93,562 000000000007b658774a8c801f7ae1f6eaaa013200447ee0a3c8799e14472fd5 1 0.00/1.00 vMB 0
93,561 93,561 000000000003c111b0bde7b8e9af3f70af9c8c015fe9e65c79c8148631e31833 1 0.00/1.00 vMB 0
93,560 93,560 00000000000820bc5a1fc4f00adb375cb0a06a070aec0177cdac5ab6f42c0beb 1 0.00/1.00 vMB 0
93,559 93,559 000000000005936c8584caae9c05bc98f0a0eb2a455242c46c9bc09d729977e6 5 0.00/1.00 vMB 0
93,558 93,558 000000000000a75226e4b24baeb4b240da410efc1d59c5b2c66ed16e94e5d1a8 3 0.00/1.00 vMB 0
93,557 93,557 00000000000133bff7eb288c01834afe129b62492a9b8dd1e02f39c9dc10d39c 2 0.00/1.00 vMB 0
93,556 93,556 00000000000271950f5056fa95b63dde6bc6449b11cd27e7e3c7a975620071b0 3 0.00/1.00 vMB 0
93,555 93,555 000000000007af58aea99bc0f835e714b824295cc6b196b5207a5f720811e411 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 733.31 GB
    • Received: 18.54 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.