Loading Tool

Explorer IconExplorer

Memory Pool

76,479 transactions
28.85 vMB
0.07260873 BTC
Random Selection Loading Transactions
Max Size: 176.55/200 MB

Candidate Block

Mining Attempt 73e51377aace06bfcccd3e54aa0f9673536e262ce4aafd3b01549e631ad949c0
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 6b63ebee657c7e21363f084d23fe29a6e7caa040dcdd1f6c6e069bea3b5530a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.00985624 BTC
Feerates: 74.05 > 0.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (267,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,103 648,103 0000000000000000000a0004eb2a02ba1902d7ab80ff909019a57bd81643e09f 2,581 1.00/1.00 vMB 48
648,102 648,102 00000000000000000007df9a5d534e16a6432cb7d8164c74e2b5007f0b9afbd0 1,840 1.00/1.00 vMB 41
648,101 648,101 0000000000000000000cdc994ae87a6349486cde72981d8b69e636c85eb7912d 1,962 1.00/1.00 vMB 49
648,100 648,100 0000000000000000000b92e448aa47f34dea7e78871ca97a880a5b520396b169 1,540 1.00/1.00 vMB 62
648,099 648,099 00000000000000000007b84e851ca6658f695ae68095836f88d5ce106ed7cee3 1,972 1.00/1.00 vMB 20
648,098 648,098 0000000000000000000fe9d0b4df6b700a9e39621c43cd3cc13cc49380b2782a 398 1.00/1.00 vMB 12
648,097 648,097 0000000000000000000805231f03d61b18c60db36aacbd11646e8b88360d51a4 2,566 1.00/1.00 vMB 42
648,096 648,096 0000000000000000000b227d42664951778f25b7f69284d21f938de30316cfde 1,729 1.00/1.00 vMB 53
648,095 648,095 00000000000000000001f3f938db64805e147114d7de49882e37482981198b60 2,553 1.00/1.00 vMB 94
648,094 648,094 00000000000000000003c756f697d095a1e1a8c95af053aab4aae43685ff6fe3 1,607 1.00/1.00 vMB 70
648,093 648,093 00000000000000000003f1f930e557dbb31cd695becb11f0427cdc21531a3bc8 1,234 1.00/1.00 vMB 5
648,092 648,092 0000000000000000000968740756775c1c1713577f479f5deb41311136b9291f 1,561 1.00/1.00 vMB 20
648,091 648,091 00000000000000000008282b052c54b10f483ed4388ffb8ab8c68b2a43600565 1,732 1.00/1.00 vMB 20
648,090 648,090 00000000000000000008b2f35ae277da04d5b1e7b55d7a20fb4190b21c1cfb74 2,326 1.00/1.00 vMB 13
648,089 648,089 00000000000000000007de6e62d32e5b26cc165f5e91d228d36dd32dcda84133 1,513 1.00/1.00 vMB 12
648,088 648,088 000000000000000000054b5e1c46d50c22ad19634c66885fba689b59df02d8a8 2,456 1.00/1.00 vMB 58
648,087 648,087 0000000000000000000296f8c900c108287326946d3bf33a6b960cbcbcbf0585 1,960 1.00/1.00 vMB 44
648,086 648,086 00000000000000000004aaa816ecdeb0ed03fc809f7fa5ae379c03fb119a2425 2,363 1.00/1.00 vMB 66
648,085 648,085 0000000000000000000d6f7df839d2ec5bcda0e35f7f91f90910901a41d39410 2,406 1.00/1.00 vMB 110
648,084 648,084 000000000000000000036d2916a800be6a815ebd3ca5ec4f51b346b955670d3a 2,883 1.00/1.00 vMB 36
648,083 648,083 00000000000000000009e1831af17f0a5b0656640462d3624fdde8109559ef51 2,684 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 710.27 GB
    • Received: 17.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.