Loading Tool

Explorer IconExplorer

Memory Pool

81,206 transactions
30.81 vMB
0.08972964 BTC
Random Selection Loading Transactions
Max Size: 187.31/200 MB

Candidate Block

Mining Attempt abf8c1d57a9bfa05d46a6baad81e8717c9eeccb37404f416edba50924dd06c19
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root 2f99ce3a657067b89f3efe330e220db89817a52516c372c9ed2cfb22d1e68f11
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,566
Size: 1.00 vMB
Total Fees: 0.01837004 BTC
Feerates: 73.20 > 1.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (375,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,226 540,226 00000000000000000017fe431c7802e3c01b70a009055a1d3321ff3bb9baa5ff 1,869 1.00/1.00 vMB 19
540,225 540,225 0000000000000000001f452ca05f986750d3eab16a5a0ad26e12b5e614a32715 2,491 1.00/1.00 vMB 32
540,224 540,224 0000000000000000000d5016263291f10231dc9539b639cb5c30d243151fdac7 1,518 1.00/1.00 vMB 25
540,223 540,223 0000000000000000000f480a89c181e4c0aa2699f69c813a4eea33e3e8096b59 2,419 1.00/1.00 vMB 20
540,222 540,222 000000000000000000087cc5092e67939f5818e9f399cd7aa795b0e142f83d12 3,036 1.00/1.00 vMB 16
540,221 540,221 0000000000000000000d4d8479bcf6d019379bf7b6fb85f9c9cbd70f318cc440 2,451 1.00/1.00 vMB 31
540,220 540,220 000000000000000000091e568e6601876342044fb0bbccb04a2bd89d532290bd 1,500 1.00/1.00 vMB 20
540,219 540,219 000000000000000000193976a3f2f5234a0ec5e489a9b533d2ac809a574c5a86 2,890 1.00/1.00 vMB 39
540,218 540,218 0000000000000000000696521d75e0c14931c00a28e95e7ae9c2823a0bdb8b75 2,761 1.00/1.00 vMB 45
540,217 540,217 0000000000000000000436c4267f000900fc66b25e08b14fe29fb5c4ad0e6162 2,298 1.00/1.00 vMB 32
540,216 540,216 00000000000000000020c2b2fe8058ff8a9a813c1581862408a53e624b79295f 2,541 1.00/1.00 vMB 40
540,215 540,215 000000000000000000165179bd34a379d50dc21c31ee8d607956ba05373a9a07 2,806 1.00/1.00 vMB 31
540,214 540,214 0000000000000000001c6537097c14451ded31afb051a5ae2bd059d468cf6043 2,550 1.00/1.00 vMB 60
540,213 540,213 00000000000000000016809681d5da16801d2ff73747bb7bb0e4f4a4846fff29 2,225 1.00/1.00 vMB 23
540,212 540,212 00000000000000000021c52c104d4c33ea3df2b4a03a6a8fa3c4dc1919fa6ba1 2,346 1.00/1.00 vMB 38
540,211 540,211 0000000000000000000ce7ec6679372ba30a736dc4785ddc4521526791937bf7 2,311 1.00/1.00 vMB 30
540,210 540,210 0000000000000000001df0178be6626e162381c5d10463a29d7f452622b83506 2,698 1.00/1.00 vMB 46
540,209 540,209 000000000000000000020ce5c7fb6f916e94cc8c4dcb8612eeb2fff52495ecfe 2,204 1.00/1.00 vMB 27
540,208 540,208 00000000000000000008cfccff9da0b0afae10f5504755c72ccd4680ddb49f0a 2,114 1.00/1.00 vMB 45
540,207 540,207 0000000000000000000094a1b7d7cbe597294ee280634c9ef371fa708b3c480c 1,472 1.00/1.00 vMB 43
540,206 540,206 00000000000000000026443299fdd1aaccfc1e71681b0f62c83961976d858e98 649 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.