Loading Tool

Explorer IconExplorer

Memory Pool

40,724 transactions
27.24 vMB
0.08219325 BTC
Random Selection Loading Transactions
Max Size: 141.20/200 MB

Candidate Block

Mining Attempt 78c38025a1202af7e265f61b22f958b032272e570913ef2e907823997faeb283
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root eb59adb6cc031cd4ee5348da5affb11c0d15d1409dce4db74e3762d954c896bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,400
Size: 1.00 vMB
Total Fees: 0.02631427 BTC
Feerates: 201.37 > 2.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (413,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,298 501,298 00000000000000000021830cb74fcdf9049b15dbc84b061941fcedfdd0bc56db 2,267 1.00/1.00 vMB 630
501,297 501,297 0000000000000000005fa8563d69924b584d44612748e0f17ec1d8e6fcce8ddc 2,425 1.00/1.00 vMB 735
501,296 501,296 0000000000000000006b23cbc2beaeabea92b7fa96f15618ea8eebd4212ceebf 2,000 1.00/1.00 vMB 919
501,295 501,295 0000000000000000006603f34464cd56fc7d5f7326c8eb4abc692495131a598b 2,619 1.00/1.00 vMB 556
501,294 501,294 00000000000000000018b2be33261598362b34f71cbbf3e001c5fcdb04445708 2,434 1.00/1.00 vMB 727
501,293 501,293 0000000000000000001c31e28bdea5cb0604e533d59299da5f406df6a5a840bb 2,294 1.00/1.00 vMB 757
501,292 501,292 000000000000000000958226381c1509ee793a53e25cb5293508f00f5f38cf7c 2,052 1.00/1.00 vMB 260
501,291 501,291 0000000000000000004d56810b733bb6a7609d59c6b8ba04af596bdafaa05668 1,911 1.00/1.00 vMB 548
501,290 501,290 0000000000000000005c842fa150b9945754352cdd3ea7a6d1ccff860cab224e 2,425 1.00/1.00 vMB 738
501,289 501,289 0000000000000000003a713555385e99bb70398007da8a763cc039cf11594d37 2,400 1.00/1.00 vMB 546
501,288 501,288 0000000000000000003511dc5461a6f172b17c7f946553063bd6998ed5de2fa6 2,503 1.00/1.00 vMB 550
501,287 501,287 0000000000000000005574bcf3eb24e5ae00fd5f836e19354be7d71f443e4b39 2,359 1.00/1.00 vMB 683
501,286 501,286 0000000000000000001d7c6a62cbb04dced1cbb020d0fb4bb01c99a8ca397834 2,348 1.00/1.00 vMB 631
501,285 501,285 000000000000000000262e0d1eec525cfcb9e15379c6b94d60ff1f935b2f340a 1,033 1.00/1.00 vMB 251
501,284 501,284 0000000000000000002269c34a890e390584458c8cd7d6cdbdf5a928a8b1a04b 1,415 1.00/1.00 vMB 132
501,283 501,283 00000000000000000018c1f7f7028dab42500d874214ae96ad79f507c2bfcc88 1,879 1.00/1.00 vMB 476
501,282 501,282 0000000000000000002a8f9d1f8279d8a119dfe4c23725a21e4a546d8071a2e0 1,720 1.00/1.00 vMB 309
501,281 501,281 0000000000000000000c47b8e991aa71fea8f5703498af758a37dc6bc4c54750 1,675 1.00/1.00 vMB 490
501,280 501,280 000000000000000000121edc000e1733ef16e58f7bb95e5fe19e7b6d9fd11b38 2,119 1.00/1.00 vMB 245
501,279 501,279 00000000000000000070fece8895e0cec16796cff7176cfed979be1c4afc14b0 2,226 1.00/1.00 vMB 523
501,278 501,278 00000000000000000062b8d9128fdcb8165a8af930cfeaa3fd6bb891ff23c418 2,017 1.00/1.00 vMB 285
Previous 10 blocks ↓
Total Size: 781.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: 636.66 GB
    • Received: 12.38 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.