Loading Tool

Explorer IconExplorer

Memory Pool

7,777 transactions
3.29 vMB
0.01103877 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 18.78/200 MB

Candidate Block

Mining Attempt f7a14f045350dc05dffa4eebb3fe90469ff0b9b8c449f59d072e20bd28390067
Version 20000000
Previous Block 000000000000000000004add86aaefc0da3ca3a002afd28e31edfdf90893d962
Merkle Root 7d8f301dcc60f7d1716d4c6b34aa23730cef3358021023cb29b1ea41b834cf71
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,560
Size: 1.00 vMB
Total Fees: 0.00808624 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,491 (767,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,665 145,665 00000000000008b2283b639ba1592f520b45a9a8148fc453e10e07e560da8a37 126 0.05 vMB 186
145,664 145,664 00000000000008e31a6887f7d566ba8b398714a887c7fe052f50cf848881de5c 38 0.02 vMB 377
145,663 145,663 00000000000003c2caa973a16cf981b12ec8826b7064bb2210fe5218716cdbd2 13 0.01 vMB 510
145,662 145,662 000000000000064af0d1a13424c2a6a3e5544e77ddbb6da3ffb567af2122ef52 66 0.02 vMB 583
145,661 145,661 00000000000005567d9db096cfcf36bccfb10745e26627b7c9b048fb1a46ae24 76 0.02 vMB 12
145,660 145,660 0000000000000587eace459d76294f23cd3ffe85a512762988f696ff96495e55 95 0.05 vMB 796
145,659 145,659 0000000000000304fa9d3ee50b6330846826d0f39f5af1d547f99a7c2a87d4ef 7 0.00 vMB 759
145,658 145,658 000000000000027bf09f87f35948dfe806b6d9d24893b55a24f82700116572b5 81 0.03 vMB 114
145,657 145,657 000000000000043c20ed927dc68b69c319f8bbc388e7d62953021e4d72a10a57 41 0.07 vMB 54
145,656 145,656 00000000000003fbc6cce41f50631f3eb414e6e1c0f2e7846840c013007712f6 17 0.01 vMB 112
145,655 145,655 00000000000001b2e43b44c3e10a7ae096bf43bcdf502c38b34a9850f6ef5617 63 0.03 vMB 110
145,654 145,654 00000000000006fced3443aab326a09537c95bbec2ef67846d2053e33938dfa2 123 0.05 vMB 98
145,653 145,653 000000000000012d58276ecc8e28104d30f1f742090385138725520054b6feb4 25 0.01 vMB 43
145,652 145,652 000000000000074a2178c291e16d1bc7e6654b54a370dd360b44b306fcf31fbb 60 0.02 vMB 312
145,651 145,651 0000000000000135b90822315b17aecb4d1e85d4657d0671a50c7036c99bef93 77 0.02 vMB 119
145,650 145,650 000000000000029a259150ba0c39aa908fea66bd9c3a766ae4a25bf79532756d 97 0.04 vMB 161
145,649 145,649 000000000000002dccc10d902e0bd21a9e247b7aeac53a07cb63bebc5ed739fb 146 0.05 vMB 227
145,648 145,648 00000000000004ba40806e3c535bfc5388f2385c3e95de4acf306962dc2397fd 54 0.02 vMB 199
145,647 145,647 000000000000017cb236bcecbdf65df811c3e6e01d79268bd9e89536c299e284 10 0.00 vMB 450
145,646 145,646 00000000000002dd55c26040b1473fbb117675d6ccdcd997ca8fb261c874c4d7 146 0.05 vMB 184
145,645 145,645 00000000000002e9a15dcdb1e0ce3e38478066b80b8eeb0963c18ac18b423f40 139 0.05 vMB 178
Previous 10 blocks ↓
Total Size: 779.72 GB

Node Details:

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