Loading Tool

Explorer IconExplorer

Memory Pool

40,726 transactions
17.89 vMB
0.16176999 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.84/200 MB

Candidate Block

Mining Attempt 441719dc8f9575d38fad96d5549e7e6a0a3b43af9d95bf66a6d29fee5bb5b435
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root d85e1327590f9ce307fec35b65e13a45a7af0bcd23fad439268bec402ca3bf0a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,285
Size: 1.00 vMB
Total Fees: 0.05056018 BTC
Median Feerate: 4.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (688,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,977 224,977 000000000000030d1d4a92d5930c4101564249075bf97904253da299450337d4 189 0.09 vMB 127
224,976 224,976 0000000000000039f71fd6e9f502f26d9a78d124cfbef400f3684c9c26c56c74 687 0.23 vMB 295
224,975 224,975 00000000000001d11848a49357795758aaf2c211d3533b75bc58ae7612b45ffb 149 0.07 vMB 85
224,974 224,974 000000000000032895a9f8847c9ba875479940f460961c9e8778462063e9233b 931 0.44 vMB 202
224,973 224,973 00000000000001df03edfe47fbbe9cad815e26706bff961e8e520d6e372661d3 408 0.48 vMB 104
224,972 224,972 000000000000022bd949a5956a376c8a94b0a4a6157feadd5956685d927ff483 615 0.24 vMB 205
224,971 224,971 00000000000002a98827da69c9917c372c27c9642b2d33458bdb8fdffaba0755 447 0.20 vMB 197
224,970 224,970 00000000000001f7bc671703ac437cc740e2130987ab58e7dab3c71a9db6f245 106 0.10 vMB 58
224,969 224,969 000000000000019a65c8127f1de3f378f1812af7844b26f52eef5f22f70d5aa4 349 0.25 vMB 131
224,968 224,968 00000000000002436bd415926e4c8f8ce98f46b5f4f1456fd364cb9ee5a4d38b 83 0.05 vMB 130
224,967 224,967 000000000000005ed221de9dad6a5c819f5294a734d7856637a90b69f0ea6b52 37 0.05 vMB 95
224,966 224,966 000000000000036758b9e916992bb88f4510451eb88eb4ce73587b340243c8da 690 0.25 vMB 228
224,965 224,965 00000000000001a077e6a56fc39398822fa8fe27e290409e5d412e6a236640c2 652 0.25 vMB 210
224,964 224,964 0000000000000107a675228b4fc44b09eaaac0b0005e693762bded89c2b56d1f 512 0.31 vMB 195
224,963 224,963 000000000000023280d73c4776c04849dde06755616e8f37848b54bf1277c9a6 206 0.25 vMB 74
224,962 224,962 000000000000008746d561eebbd60bea0d5aa026a853ee3275383f74a35ae053 382 0.18 vMB 281
224,961 224,961 00000000000002bc94ae75a2bf7a6f59190d1bc927cdc2c1c6a026a95f2cc149 809 0.25 vMB 359
224,960 224,960 000000000000030d0aa840ef8695552fccaeb8121f0426863b2ca86ce21edd67 10 0.00 vMB 0
224,959 224,959 000000000000003d6ed5cd85bacafa555286229099d3610dcac1f70a65be8955 490 0.17 vMB 346
224,958 224,958 000000000000034ef9d344d2c02e5f59a4ed1674556aa9555cf64f3fd8f796a2 175 0.07 vMB 224
224,957 224,957 0000000000000216a0b906bfc38d331a02c8cbe59c3c8f0aefc0bdae25dddd48 263 0.15 vMB 176
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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