Loading Tool

Explorer IconExplorer

Memory Pool

74,440 transactions
29.60 vMB
0.09386979 BTC
Random Selection Loading Transactions
Max Size: 171.93/200 MB

Candidate Block

Mining Attempt 6b745e9f1a46dca4bfb8327b734705e11f3e18b0d46a01ca24015e7b1e0e2f94
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 41b146a34920e64983702a0533ab52f60201a0700e9079b8e7a918104deb1227
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,597
Size: 1.00 vMB
Total Fees: 0.02558143 BTC
Feerates: 150.36 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (498,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,557 416,557 000000000000000000b5ada98c804d56d493f3e851b81f77ef585c3230e5d652 2,189 1.00/1.00 vMB 46
416,556 416,556 0000000000000000054ea94ccbe8463e39d9a9b0e3d203694451a2c8f8c8f73b 2,407 1.00/1.00 vMB 73
416,555 416,555 0000000000000000036ef60c60d5f9be89c84893d78b86c72663c6882c67fc2b 2,443 1.00/1.00 vMB 63
416,554 416,554 0000000000000000039c4511a9b749ba338650c05d6f77965b997a35c7c11fd3 1,411 1.00/1.00 vMB 57
416,553 416,553 000000000000000001bc9a4e88741bec105aec0ccb820db0b9898946beb462dd 2,233 1.00/1.00 vMB 74
416,552 416,552 00000000000000000307fae5b7ede692378db49b9ae888ba1accd794f9178dff 1,861 1.00/1.00 vMB 47
416,551 416,551 000000000000000002e871af87dde124d000d05417db3cf31ebff0a3902c6e74 2,212 1.00/1.00 vMB 72
416,550 416,550 000000000000000001b0ff6c83d1b4b38bb242737985b299f867e6c26ef09280 2,537 1.00/1.00 vMB 75
416,549 416,549 0000000000000000015655f0fe1dbe85d80daac14d733de59833d6d9734c69b5 942 1.00/1.00 vMB 29
416,548 416,548 0000000000000000042466ff34eb11fb0ec6f8a219cba267ae25d8ffb05ebf67 598 0.93/1.00 vMB 14
416,547 416,547 00000000000000000106c97e8ce380eb1eda9e3a7edddd59c770efd02bd6ffe1 1,154 1.00/1.00 vMB 30
416,546 416,546 00000000000000000094c06d88097d6779cae23d60de8f376602aaaeeabbbcf1 1,120 0.75/1.00 vMB 32
416,545 416,545 0000000000000000043ecd7f8de406e2ff7d478758d4bf2b2f3c4745d9945fbd 1,986 1.00/1.00 vMB 51
416,544 416,544 000000000000000004d97be22f416788324888fdca0bd607575ee0ab0373ea6a 2,057 1.00/1.00 vMB 42
416,543 416,543 000000000000000001662d98f9d960a53ed1ca045ed5beedc86b926df8be6f8c 1,612 1.00/1.00 vMB 55
416,542 416,542 000000000000000001e110d829b18a4b4dbafca343daaeef1448ff4a58bdd717 1,876 1.00/1.00 vMB 44
416,541 416,541 00000000000000000181668a2d217cf41a2475956a3096c2f174b5388e7a9f00 2,594 1.00/1.00 vMB 75
416,540 416,540 000000000000000000cfe64b050f660b0d0228b8929d5ca8d26767c6fe9085b5 1,811 1.00/1.00 vMB 66
416,539 416,539 000000000000000000720e15adcc67aab85f98bc759b2ba530537708e444df80 2,423 1.00/1.00 vMB 99
416,538 416,538 00000000000000000335b92def660c1ef133d59263421cc83464cf6f54ab706f 2,519 1.00/1.00 vMB 83
416,537 416,537 00000000000000000252012ade6639bc1c687eb8e653a1380a10971c9a808a90 1,607 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.