Loading Tool

Explorer IconExplorer

Memory Pool

76,291 transactions
28.51 vMB
0.06934265 BTC
Random Selection Loading Transactions
Max Size: 172.63/200 MB

Candidate Block

Mining Attempt da996537887a250f78c4ccd4d08abbb4bbd85ed2ac22f28617cf07e1b88b796c
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 3342784d50999d7d5ff9617be98e67cd5eb60e63d4de50c0a6f37178c20f1d5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,046
Size: 1.00 vMB
Total Fees: 0.01011306 BTC
Feerates: 101.00 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (260,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,010 655,010 0000000000000000000b302c7e132a919d16101e225557bf299fcfdcf4622f06 2,371 1.00/1.00 vMB 125
655,009 655,009 0000000000000000000c49f99a8162490ddad97b0f5d3f4f3663e0abd1bc1f98 2,402 1.00/1.00 vMB 175
655,008 655,008 0000000000000000000130f1400b9c3839a1fb0644d72ceb06a77ad049a48d74 2,346 1.00/1.00 vMB 169
655,007 655,007 00000000000000000007e30f4ee375a4ddb9bc95e8681639336fc1bcf9150346 1,928 1.00/1.00 vMB 260
655,006 655,006 0000000000000000000c6e94fbf3ab715fa4c9527046a1ed332e42c64e6d48d0 3,238 1.00/1.00 vMB 333
655,005 655,005 00000000000000000006427aa8e8e6a95b78aacf32167d62640014fee30a57fc 1,803 1.00/1.00 vMB 267
655,004 655,004 0000000000000000000d6136572613842f12c625a07f540637a118ba6ef8e125 2,433 1.00/1.00 vMB 311
655,003 655,003 000000000000000000078efa5dc665bffa293c4efab8f99098de851f588e9822 2,406 1.00/1.00 vMB 60
655,002 655,002 0000000000000000000454b44be22b3994bae6493573d624164bcb19b75a170c 2,308 1.00/1.00 vMB 196
655,001 655,001 000000000000000000050ad8ff6afb386801ca6179dacff34873e5ef989f3aa6 2,276 1.00/1.00 vMB 345
655,000 655,000 000000000000000000055882dcf32c5e88f86f474e77a9672d521b63fa6d5e98 1,609 1.00/1.00 vMB 77
654,999 654,999 0000000000000000000d5c8704d4e1cde4ad48b780dd218d57a8b33fcdc36d2b 2,180 1.00/1.00 vMB 58
654,998 654,998 000000000000000000018a142198096a06653581b603fcd2a91ac5b23c95c5b1 1,831 1.00/1.00 vMB 49
654,997 654,997 00000000000000000009f2fa68f7fd1ab18fe310eb2fa8bace4bd91239028c18 2,671 1.00/1.00 vMB 185
654,996 654,996 00000000000000000002e03d3712522fb8c5bfc1a488ab0322f748f5ba4307bd 1,818 1.00/1.00 vMB 266
654,995 654,995 00000000000000000001505c873ec4523a174d8a79df30d02d05f5dcd6cec4af 2,277 1.00/1.00 vMB 130
654,994 654,994 0000000000000000000bfd5bf94786a89ec4114f653d31e9947a97fb802f9070 2,393 1.00/1.00 vMB 97
654,993 654,993 00000000000000000000a0f8b03ea83598018c780adbfc6f1be7c21354d76ab8 2,578 1.00/1.00 vMB 110
654,992 654,992 00000000000000000005c0d3c3685812e7ffa8a802a52fd78b33e5ee449adc62 2,166 1.00/1.00 vMB 118
654,991 654,991 0000000000000000000765a7ec15643bbd3f51af2bf42e56a4f9383e07c6df4d 2,991 1.00/1.00 vMB 246
654,990 654,990 000000000000000000036d4cb07a95673c0747f4ba3bc69c615770e5e6bf3331 1,979 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.