Loading Tool

Explorer IconExplorer

Memory Pool

81,935 transactions
30.48 vMB
0.13231619 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 9d117b8d56650d508718c640438e0f05cd39325a2f504c6cf2c811e16c4bd322
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root e44c4009143e91bb0c02acf18e9f8f6da8cb29dbed0d8394e1c69ca98c75d07e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.05161838 BTC
Feerates: 302.06 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (155,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,254 759,254 0000000000000000000504b30da28c23243e363cb738d49a288bdca50ad44714 2,494 1.00/1.00 vMB 20
759,253 759,253 00000000000000000005162a87adf13d55e9d07f32048e693a59ccdc1c41bc32 1,901 1.00/1.00 vMB 15
759,252 759,252 00000000000000000000f289f3c4d99856b04aa069f02b8fb2f45495402e3197 1,697 1.00/1.00 vMB 11
759,251 759,251 0000000000000000000134a16d47621234f4f4b5b16a646b61ea4eef283c4d42 299 1.00/1.00 vMB 4
759,250 759,250 00000000000000000007b4b5246f1101f239323e2d1e4f51b1730c94af3f7b07 2,358 1.00/1.00 vMB 8
759,249 759,249 0000000000000000000417964703cc98f5241648d23a49aae67a4d0278cd6419 1,660 1.00/1.00 vMB 6
759,248 759,248 0000000000000000000041e84b51edb273ec666b45947521aa11bdcc2e78354e 1,295 1.00/1.00 vMB 9
759,247 759,247 00000000000000000003ae5bcdf64e15b61439a0fedd27d60cb5fdc49380d2d8 1,635 1.00/1.00 vMB 13
759,246 759,246 000000000000000000040b11c585382db094a2e9261d57154e7707032cf6e1c0 2,380 1.00/1.00 vMB 16
759,245 759,245 00000000000000000000485bb28afb6e280c7411a4919b39ba6a9833b3e53f1c 2,477 1.00/1.00 vMB 16
759,244 759,244 00000000000000000002251a55102abc7f02da391cf4a435963e75e12bbfe249 3,274 1.00/1.00 vMB 18
759,243 759,243 00000000000000000007bc66ae46e9faf322021e779f3be4fc76fc0c5af0d33b 1,606 1.00/1.00 vMB 10
759,242 759,242 000000000000000000050212063fa5ac525ffd180aca2e20d974d96bebd159f4 3,047 1.00/1.00 vMB 18
759,241 759,241 00000000000000000005774b4efd9294cce0dc8d1d769d2ff78e96f9a32a2709 69 1.00/1.00 vMB 7
759,240 759,240 00000000000000000007a76ea351ca7da13f3df8627fa09b81b4c5ddabf5bc5f 2,980 1.00/1.00 vMB 17
759,239 759,239 00000000000000000002f7e88c7e59eb1f04d3fe2f5faf161ed00c75ac0800cd 1,725 1.00/1.00 vMB 11
759,238 759,238 0000000000000000000702fe9ac61412a5b90bb737b78ac9785f030915dd015e 2,013 1.00/1.00 vMB 11
759,237 759,237 00000000000000000005dc32b826b19d340c8c8b3fc89f88f9be430658ed56e6 1,818 1.00/1.00 vMB 9
759,236 759,236 00000000000000000006dd5dde8d4d885acda54afbf5dabe7a73a7971b923291 2,263 1.00/1.00 vMB 11
759,235 759,235 000000000000000000028e330a4e7db474f0da09e682939ffa73a4b13f7f419b 1,722 1.00/1.00 vMB 14
759,234 759,234 000000000000000000016ec5617c8c5210952097d7b60ecc454bb1b8cb5b44b1 2,316 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.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.