Loading Tool

Explorer IconExplorer

Memory Pool

29,373 transactions
6.67 vMB
0.05397410 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.96/200 MB

Candidate Block

Mining Attempt 42dab203495e1c61870b21ec4c1ca0634594729aa9c31bc66715265e5a7a5313
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root f99028710d494296900b7ec369ece2d9c3e393e689fbcb22f67a6900cc6f71ff
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,372
Size: 1.00 vMB
Total Fees: 0.03676918 BTC
Median Feerate: 2.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (662,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,429 250,429 000000000000006f5e360df3f1baf2e93cfdd47e68b15e9ce4302664c9066bc3 174 0.07 vMB 141
250,428 250,428 000000000000006993579af3257281928b1e0cb3bd91b950e239e29bf682e2ea 271 0.20 vMB 75
250,427 250,427 000000000000006fe000bdb895df5f742b140dc9a1452434653d1d3b60749d14 128 0.07 vMB 86
250,426 250,426 0000000000000069d92cc05b6ddcd360b910336bfca1d6c312e7b9a96908c248 512 0.26 vMB 53
250,425 250,425 0000000000000023d37bf878d0d92fd6e74442d6169debc33e1eb727d9cb36c2 782 0.30 vMB 113
250,424 250,424 000000000000006bd0da2ced3369a55de448b4c3a7b7b3bef57063b49e44dc49 265 0.11 vMB 123
250,423 250,423 0000000000000006d8bf71595e013ae90c7de804634a775d8bf5784bd93db4d8 67 0.03 vMB 135
250,422 250,422 000000000000006ce410c9c0eab0df491fc3655a5848c483427f41ce6500615c 176 0.08 vMB 117
250,421 250,421 00000000000000263559ccff2800b3506e537f849e877280be573e6c8cdbe954 131 0.06 vMB 54
250,420 250,420 0000000000000042da9c6bcec57cf78ca998787eec30bdcd3a5f6c4365ceda9f 505 0.22 vMB 109
250,419 250,419 00000000000000414012b43f96b4c643319681618709d93ee2c345a386bda0cb 689 0.30 vMB 96
250,418 250,418 000000000000006c2fa4409fb2fef86d63f2dcd355800395e57c0637a4e17c39 290 0.15 vMB 137
250,417 250,417 000000000000003c092e0f809e9fe1904603be2cc319c5d7079a051f2acfef2d 256 0.18 vMB 11
250,416 250,416 00000000000000119241905f7d97156b32bf82c093c17bfe091c37ee478ed8fd 240 0.14 vMB 93
250,415 250,415 000000000000003df40c99c89fd3ea7fb91816a2e6636ba7b50db1580f5fd6d8 142 0.14 vMB 65
250,414 250,414 00000000000000666c575f54b147865670fdf7639904bbf4ee3887b5d1fc85cd 637 0.31 vMB 117
250,413 250,413 0000000000000015e1d460c3733e2432bf21f1d75f908ed29b85892963e5d1d7 70 0.04 vMB 75
250,412 250,412 000000000000002b993875ecd9b83a9dfe710154d1d7efbd71a6f11720121429 429 0.17 vMB 116
250,411 250,411 00000000000000280b708b5df666212e7144ad1d5c8fbf8a18e84db11b101aa6 95 0.06 vMB 33
250,410 250,410 000000000000002b89a1686f1c9f36af7ee1b7663a8e828654eb246a15335f78 530 0.25 vMB 113
250,409 250,409 0000000000000025784711e9dfa95d14d7ce8dfd976a348f361b8644d027ab9c 451 0.21 vMB 156
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 10
  • Data Transfer:
    • Sent: 44.46 GB
    • Received: 0.65 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.