Loading Tool

Explorer IconExplorer

Memory Pool

73,546 transactions
27.18 vMB
0.06179918 BTC
Random Selection Loading Transactions
Max Size: 166.12/200 MB

Candidate Block

Mining Attempt 3e2d34e36bda90fedd3c29ae93df5f1908fc520b73c3afbeedfb188f476698f9
Version 20000000
Previous Block 000000000000000000009418be377a7dbe0bede82ec33cb930177efc69aaeff9
Merkle Root 8ac68926bcf461ea53d0fee41d9ade7d585cd6f1922beb3b90ef38fdcc1c7aa7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.00418759 BTC
Feerates: 19.94 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,252 (831,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,269 83,269 000000000010deed74b02ea44d4cee3480c49d7f1af950811eb198b8d74a1772 1 0.00/1.00 vMB 0
83,268 83,268 000000000015cd0073b710cfe4bb43f3d39f2ce1d96e4881fa09e8e21c99e7d8 2 0.00/1.00 vMB 0
83,267 83,267 00000000001d8bef14db73bc68da00a9f5065e8ac9f24339727a50824bf7d91e 2 0.00/1.00 vMB 0
83,266 83,266 00000000000fd2a30d37ede4e447e631451d5b1d90e471400c83bcba06b07166 1 0.00/1.00 vMB 0
83,265 83,265 000000000012b75504b3dca6ea6ad8cf7f2c66f14d9fba2b22dbd72677306af1 1 0.00/1.00 vMB 0
83,264 83,264 0000000000165d57c25f0e4c6ff1f50e372e1d6d6581bae53688592c643304bc 1 0.00/1.00 vMB 0
83,263 83,263 00000000001296b29c4b572e69ff968d05968caf4fd2726347e0424b83849bef 1 0.00/1.00 vMB 0
83,262 83,262 000000000023a7fbdc84c6867d85819ad3f0de73fdae26400836830835788652 1 0.00/1.00 vMB 0
83,261 83,261 00000000002f4d458fb669ea09d5f017e7a501e167927822e8d16320b1286e7d 1 0.00/1.00 vMB 0
83,260 83,260 00000000000216ec5cd30eee3001ec8c9c2829c2cdab567849d4476118e8a9f7 2 0.00/1.00 vMB 0
83,259 83,259 0000000000221fc44d6b0545baf056fb94137796482c67cd523c924cd789639e 1 0.00/1.00 vMB 0
83,258 83,258 000000000006de884c24ea981ca73551df8a6a972deb477f27d184cc495f6f29 1 0.00/1.00 vMB 0
83,257 83,257 000000000011db47494e9df1f743e4ae3b219dc2d7ee170ecc50239777e906c1 2 0.00/1.00 vMB 0
83,256 83,256 0000000000302a962093a6ee2928ed36813bea5cf431f8916a6d7311e1906a91 2 0.00/1.00 vMB 0
83,255 83,255 0000000000072e0d20fdefd83f2642982269a0ab6aafb5552b293bf43f7e6db5 3 0.00/1.00 vMB 0
83,254 83,254 000000000028439bdb4fbdee6e68c3fe1265d767fa4159ff548d125ee6f694e1 5 0.00/1.00 vMB 0
83,253 83,253 0000000000162644a94e325b22c6a9080432b6c6ef002a7838333ef38f728b08 5 0.00/1.00 vMB 0
83,252 83,252 000000000012048729db7c18648c2348a57433a332960ca081c6b30f9d8e71cb 12 0.00/1.00 vMB 0
83,251 83,251 0000000000254fbb9698a8b87b6a72e6c12a5c9d86e103356ce30a4e1e541213 1 0.00/1.00 vMB 0
83,250 83,250 00000000000be74fba30bf83159c33f15eb745574d63cc72ee8bdffc62358616 2 0.00/1.00 vMB 0
83,249 83,249 00000000002d1d9231e2cad678c30701ef20c7a6fcfe1e7c5f6477a864e7d171 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.83 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: 711.68 GB
    • Received: 17.11 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.