Loading Tool

Explorer IconExplorer

Memory Pool

2,802 transactions
2.33 vMB
0.00496541 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 11.55/200 MB

Candidate Block

Mining Attempt a47b909f2a5c2d5d80e91301074389bbca65f46d01406ceb9f0721cb64bdc8ec
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root 1774a9ab08cf0f91d2bb0f4858fbcb3cb3d4ebf9dd650f2415f2466a7c494d8d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 0.98 vMB
Total Fees: 0.00348224 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (767,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
145,644 145,644 00000000000001281dfafdd027042a940e16f649e19217ca2ea0037f9886aa25 54 0.02 vMB 82
145,643 145,643 00000000000002a853077a61aa9ed18b28908a359d0eb1c3463c718daaeb0040 92 0.03 vMB 61
145,642 145,642 0000000000000682df70656cdc46f93c48138c30895c8b587edc2624f317e181 46 0.02 vMB 173
145,641 145,641 0000000000000826fe69e542be504d5f4eb3c6694e6abbaea6811ca43edf66a3 79 0.03 vMB 128
Previous 10 blocks ↓
Total Size: 779.73 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: 364.69 GB
    • Received: 1.75 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.