Loading Tool

Explorer IconExplorer

Memory Pool

34,760 transactions
25.78 vMB
0.06452590 BTC
Random Selection Loading Transactions
Max Size: 130.86/200 MB

Candidate Block

Mining Attempt d286f97f1fc039e2ebfbb91fe92db0adcd23b3d33b294d6cb0934f697cb55c59
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root ce2f1a40a1aa722b45f2f7030f76f0a95bd1f22859bc19054bbde8a73f91b09b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,240
Size: 1.00 vMB
Total Fees: 0.01731169 BTC
Feerates: 101.16 > 1.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (80,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,388 834,388 00000000000000000000e8ee54a842bb59915cce8857589e284c5de5138bb41f 3,306 1.00/1.00 vMB 33
834,387 834,387 0000000000000000000114883be41c87fd4e04cf16a5ef48a87bd3977ddd3610 2,671 1.00/1.00 vMB 38
834,386 834,386 00000000000000000003845426c686166926d26542619049a2279661b4b6f66a 1,457 1.00/1.00 vMB 18
834,385 834,385 0000000000000000000005bf75ccbbe8a2916b21748cede9c82a04a003bae9b4 1,495 1.00/1.00 vMB 14
834,384 834,384 00000000000000000002647d2750b0e28a109202cbadc2040564e5a000613017 3,156 1.00/1.00 vMB 26
834,383 834,383 000000000000000000024ec55a9fe95168fae11c16f1424f1dc8e03a6bad1854 3,099 1.00/1.00 vMB 27
834,382 834,382 000000000000000000023975d00a6c43622f6475508dcd5a3485f4d04da232a7 3,036 1.00/1.00 vMB 40
834,381 834,381 000000000000000000036061a42aa00e23ea81edc42bae4aff0b34c2c49e6bae 1,757 1.00/1.00 vMB 15
834,380 834,380 000000000000000000030cfffe7ddad592a9f895b2274d6f7927b5d646a360c0 1,028 1.00/1.00 vMB 13
834,379 834,379 000000000000000000038681d704c75745f55de68a5359f4a27d50f463ec4e09 2,703 1.00/1.00 vMB 19
834,378 834,378 000000000000000000014680426e54d62f0df15fdab4ae62ffa0dbca0a5d5c42 3,288 1.00/1.00 vMB 25
834,377 834,377 00000000000000000000a956982fe2a5595218775f76f9bb25b437c51eae5ec1 3,470 1.00/1.00 vMB 32
834,376 834,376 00000000000000000000148eef27d0deeedda7a1c58a28f1b1cabcb09176c10b 3,611 1.00/1.00 vMB 31
834,375 834,375 00000000000000000002c5f0db3755b54d43ed38ec38327d181f0056b2551d20 3,482 1.00/1.00 vMB 34
834,374 834,374 000000000000000000017168198c082198155d1e06e8ebee9cd96d7cc53fbaa6 3,339 1.00/1.00 vMB 45
834,373 834,373 00000000000000000001e2bd0a3971da525f184ceaee3f6e0faff6625df96c8c 3,011 1.00/1.00 vMB 25
834,372 834,372 00000000000000000002a51b0107c0a1a602b014afc4aefb96650a041e3e6bfa 3,016 1.00/1.00 vMB 23
834,371 834,371 0000000000000000000032ff102299c96a8efa316dbf5e23c7c0539a4652a2e9 2,047 1.00/1.00 vMB 22
834,370 834,370 00000000000000000001bf6bc87846d0796598f154a988dae45bf71b7c23af0f 3,098 1.00/1.00 vMB 29
834,369 834,369 00000000000000000000f6d66ce7287e58e191dc42a28dbf8adea9743391065e 2,918 1.00/1.00 vMB 32
834,368 834,368 0000000000000000000169f0de6cd2f8a5b0e28aae56ac6d105d182d63313291 2,721 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.