Loading Tool

Explorer IconExplorer

Memory Pool

80,492 transactions
29.70 vMB
0.07018880 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt f2740d9ab0ed1d9849d49a4f21958cae79cb44a624a692acfe62972c46d203ab
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 9a58dc726a1b63406045e18a53b1a85a6885821b99ee1c1181a19fcdff71ec30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00980336 BTC
Feerates: 100.14 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (186,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,389 728,389 000000000000000000063bab55146fc548c40afbddf5222d729bcd14289ffdd3 3,278 1.00/1.00 vMB 13
728,388 728,388 00000000000000000000b696cfd8da36c5a7e88db4e7267c5e564c464efb0681 2,627 1.00/1.00 vMB 5
728,387 728,387 000000000000000000036f11110380374c1a5945b1f5d44d811a2b8b03a53ea1 2,960 1.00/1.00 vMB 5
728,386 728,386 000000000000000000014a28c791f1366d8eaee48e09ef5f6387b5b4e1b36e5a 3,331 1.00/1.00 vMB 8
728,385 728,385 00000000000000000004348c18d03aad6cf430f8e13b2fd96410968fbbfabf61 2,918 1.00/1.00 vMB 20
728,384 728,384 000000000000000000017b24c59699bd6b0848821bedf06299475712e4b5ac50 2,671 1.00/1.00 vMB 18
728,383 728,383 00000000000000000008489a271853b1c5497abe6da18a0d95da44ff27d2928b 1,367 1.00/1.00 vMB 4
728,382 728,382 00000000000000000009224605779ec028688b1284e3bc3d22a6819e22628bdc 1,921 1.00/1.00 vMB 6
728,381 728,381 00000000000000000005fd5d60400361751f2b59eb4012404888cead29338a69 1,498 1.00/1.00 vMB 4
728,380 728,380 000000000000000000041107a27a2e93b0bcb8437df3de6028b5a0137c609661 2,700 1.00/1.00 vMB 5
728,379 728,379 00000000000000000008bd09eb44c28922c31e93e5abafc1ec94e8c07e48b7f9 2,883 1.00/1.00 vMB 15
728,378 728,378 0000000000000000000983d44bc6f07043aaa463f044df152fe90802d104110a 2,361 1.00/1.00 vMB 5
728,377 728,377 00000000000000000005ba8ad30e838f88eee916d64873491d5f95c2bdffc18b 2,828 1.00/1.00 vMB 14
728,376 728,376 000000000000000000058c5340be0b9a74f0c42c209ff5e87f4e0efd8b235c90 2,982 1.00/1.00 vMB 13
728,375 728,375 000000000000000000090dfc14141bb53c552d368d3ca406173a61ca69d7757d 2,463 1.00/1.00 vMB 10
728,374 728,374 0000000000000000000266f41ea6021ef08262b1ae15836a0c20114062acf5b9 2,835 1.00/1.00 vMB 13
728,373 728,373 0000000000000000000408b85bc87c8d87c0b528257583a7fd699d6312415579 2,136 1.00/1.00 vMB 7
728,372 728,372 00000000000000000003ead93e142d36af258b6ae213f9630109fd4b35b69d9d 2,969 1.00/1.00 vMB 15
728,371 728,371 00000000000000000002c3ab5355a8769ef0a65035dd7a74b24bd6cbaed406b8 2,394 1.00/1.00 vMB 20
728,370 728,370 00000000000000000005e74896ecdaccb7f74ac7f1616d7879901b13fff2f505 2,762 1.00/1.00 vMB 14
728,369 728,369 00000000000000000007eb5c63800fb366e49bfc04d1b15a53b8a5e4bf228297 3,193 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.