Loading Tool

Explorer IconExplorer

Memory Pool

22,510 transactions
9.76 vMB
0.06402380 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.14/200 MB

Candidate Block

Mining Attempt 15b98cb72da6cfc3a2ed435c7f39152352f0f30889f9fecd0982e4bfdecbe52e
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root fad6f26908088528e456c0dac87d90f30d8d6fd26a54ca2af39ee9b413a5bcf8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,969
Size: 1.00 vMB
Total Fees: 0.03725085 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (750,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,938 162,938 0000000000000318688bce77bf59f078eb1ebcb27c0747df5a2c7e92b80c3042 71 0.05 vMB 321
162,937 162,937 00000000000007c2a8bf1675dc8225b5521819bb9c160f1b70fef1253e46e69f 54 0.02 vMB 86
162,936 162,936 00000000000009124dc8566219fd699772c24681f3d3910b6fa52d2438c9b320 31 0.04 vMB 73
162,935 162,935 00000000000004c8b8871d068f733b295995d97ced7fcfdd9b2c1d8d92ad524b 44 0.02 vMB 73
162,934 162,934 000000000000025a9d0fd5f3900b3058359745af4043fe9193458e4c0b740fc8 85 0.05 vMB 1,767
162,933 162,933 00000000000005afd2605d2aa48f238fd549ea57264080198c9d8247ad3ad5ff 13 0.01 vMB 125
162,932 162,932 00000000000002020c50a10d20fbbf063e0aabcee830c61800f2f9885915f14f 70 0.03 vMB 39
162,931 162,931 000000000000068ef390ce4df84bc3ae82525c863ff07082b966bc4efe862f81 18 0.00 vMB 100
162,930 162,930 0000000000000c354604a87aa5bd0cfb48eafa595e6aae7cc6e56df41b52c2d7 68 0.03 vMB 236
162,929 162,929 000000000000004c8e0fd7d219ca094415c985384aee91794e741ff1ea21e9db 8 0.00 vMB 117
162,928 162,928 0000000000000c861e7811237029484dab6ec704b76b328af1560a7cda640d5d 216 0.08 vMB 35
162,927 162,927 00000000000008505a56106d5a629f43a639a1b03217680d3c3f3c2faaa63761 41 0.03 vMB 354
162,926 162,926 000000000000078ba8b93808eda5d728030490233f0acc026597229aa73ae120 16 0.01 vMB 41
162,925 162,925 00000000000002d47ee699500b2df9df912eb14bb63457944a7b8486577b9b15 15 0.01 vMB 328
162,924 162,924 000000000000087149e74c34e5fb2b98cd1c4b299728b19bd179449ce3fc2848 78 0.05 vMB 53
162,923 162,923 00000000000000ad1ccf16628fe8c865c2efe7c9a543d0c810e499c7c1be211b 136 0.10 vMB 246
162,922 162,922 00000000000004bbb3fdf355496cd2495d49509f4ca7887db74995ad860a1be8 63 0.02 vMB 297
162,921 162,921 000000000000038afd357a5af4cee70f508e256f1e44bc9d21a12b92c3c2f8b3 57 0.02 vMB 82
162,920 162,920 00000000000005f4b3fa5d455ceffd98bd854416f3b6cdf2eb8775b230ad9938 48 0.02 vMB 49
162,919 162,919 00000000000002628bf5ec70a73ac182aa3a35ae26c2163bc4f5ea9bcbcd6d9e 10 0.00 vMB 549
162,918 162,918 000000000000059d49ec4ae8c541e0cce2061dd68a2f99928964c0a9e234b695 13 0.00 vMB 32
Previous 10 blocks ↓
Total Size: 779.57 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: 272.48 GB
    • Received: 1.06 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.