Loading Tool

Explorer IconExplorer

Memory Pool

73,748 transactions
28.86 vMB
0.07063189 BTC
Random Selection Loading Transactions
Max Size: 174.69/200 MB

Candidate Block

Mining Attempt e18bcc7306712e0ebe18d25a8dcad6fbb9e58348dbaa04005765ca17b0e8f050
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root c1116d56b1e7efa71f1c9b7ca55ffb5e3c408c3c9420d34501807a8adbcc9606
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,926
Size: 1.00 vMB
Total Fees: 0.00671410 BTC
Feerates: 73.20 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (118,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,574 796,574 00000000000000000003f0767a5e3671a6d735c4373201bbbbdb77f67392c150 1,509 1.00/1.00 vMB 16
796,573 796,573 00000000000000000002e4add78882cf0382b4f7bbbb0cf2376d633a7ec44f5a 2,003 1.00/1.00 vMB 27
796,572 796,572 00000000000000000001db26359d941a67d274561a8a9421b5d2247fe76d78bb 2,958 1.00/1.00 vMB 29
796,571 796,571 0000000000000000000530e3f8455ce67f3ae7ac18ae7242df73e1e7bbdaca55 1,682 1.00/1.00 vMB 27
796,570 796,570 0000000000000000000399aa8fcd59c8886f8386ee17a0ba65c0fa0b01809e64 2,475 1.00/1.00 vMB 18
796,569 796,569 000000000000000000052ea8639d15a398d90239a365b085dffdc4fb6860d464 3,182 1.00/1.00 vMB 31
796,568 796,568 000000000000000000003bffb7e7be543d7cf1bccafc5f429608b1cdd3e18557 4,367 1.00/1.00 vMB 16
796,567 796,567 000000000000000000039359193e79fe15cf6f8f3fc0aa0d031e0232519ec65a 3,989 1.00/1.00 vMB 10
796,566 796,566 0000000000000000000411f9812a7aacb87bd3870bf3dae921c2fc859505e104 3,269 1.00/1.00 vMB 23
796,565 796,565 00000000000000000002f63578950b747bfaa88dcd0bc0d8730827176d01b1f9 3,413 1.00/1.00 vMB 34
796,564 796,564 00000000000000000002ff8e0f4817c7326233d5c75cc8bd6ca61e895e656b45 2,058 1.00/1.00 vMB 10
796,563 796,563 000000000000000000052440fd154691ee5fe27c96501468b3b28e0dda3a11b5 1,584 1.00/1.00 vMB 12
796,562 796,562 000000000000000000049f8cb22e1b162521d6cb4f63cdd115bd0fd93ce1009c 3,140 1.00/1.00 vMB 23
796,561 796,561 00000000000000000001ff22ded63be1551db5396f9fdad88a44fba32972ef3c 3,037 1.00/1.00 vMB 33
796,560 796,560 00000000000000000003b54d1a3c84af12530f483f8eb5544c314b68d09cd5b8 1,691 1.00/1.00 vMB 17
796,559 796,559 00000000000000000002b939e3f0b3ec72c3563e6fdde7f738772f35e1bf205b 2,795 1.00/1.00 vMB 31
796,558 796,558 00000000000000000004e679c2083d6865d3966ef4b650e21e7dc0ebe5f9c2ea 2,298 1.00/1.00 vMB 18
796,557 796,557 0000000000000000000141b064613214d05f6c757a2b1f8247abd08533837867 1,533 1.00/1.00 vMB 24
796,556 796,556 00000000000000000005570b11ae64159ea87367714e88abb3e8e1b300263eaa 2,111 1.00/1.00 vMB 18
796,555 796,555 0000000000000000000309e4c8fd9911831cb9814e3109406efeed1a8ea274ef 3,459 1.00/1.00 vMB 37
796,554 796,554 00000000000000000002f10602aebde5f2fa8d2b0eaad06c40e316395235c0f8 2,479 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.14 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: 742.94 GB
    • Received: 18.67 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.