Loading Tool

Explorer IconExplorer

Memory Pool

79,281 transactions
29.49 vMB
0.08451368 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt c94294b1b192c29eee4f61941debd59d0eb28f883863f2bd933a81538b277b88
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root d4ad883ecf269dba02581c6a2fe25d88bf758f8989ef28a3bb83f06a3d6188d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.01968392 BTC
Feerates: 402.60 > 1.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (527,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,737 387,737 000000000000000002b4660c97996b63fb3fa9c62f5137289bddf8e65a84b138 1,532 0.75/1.00 vMB 32
387,736 387,736 0000000000000000090997da88fee3f2b295a89b492b53b1ce1a6050dda4d6e0 1,677 0.75/1.00 vMB 39
387,735 387,735 00000000000000000cb6c9a70383e05d85fd02940bd78e95cdfc5853f3dbfb30 1 0.00/1.00 vMB 0
387,734 387,734 0000000000000000095015613370aaa57d2e5810eedd7b244d1149dc599bf7e7 372 0.94/1.00 vMB 9
387,733 387,733 00000000000000000627c63bc43bb51633c4f0c4eb67e7ac5485c66b960bb41b 1,239 0.75/1.00 vMB 26
387,732 387,732 00000000000000000bbf1cfa7ca23477e03ec578bb9c47af0a654d6cfcc2520c 425 0.16/1.00 vMB 39
387,731 387,731 0000000000000000062aa106a2d1619afb4a85e4f4184402cd18248f2c490156 1,551 0.56/1.00 vMB 46
387,730 387,730 00000000000000000bd84a355506c9add1dde097afcc366f3fe21a081aae2cd7 366 0.20/1.00 vMB 25
387,729 387,729 0000000000000000080b7bae2e01f6a3318fc2c5d620e6cd353df2cb8f094932 284 0.10/1.00 vMB 53
387,728 387,728 000000000000000008cf5cf71c6f3eb345ec1819d6fe0179327d2a1437faf54a 432 0.29/1.00 vMB 21
387,727 387,727 0000000000000000051cca82f5c8f3c1e93b5af5f6b5914f8317aa123f823da9 1,222 0.95/1.00 vMB 23
387,726 387,726 00000000000000000cab7a339ac5237503462568fa96b744045cef14bd30a7bf 737 0.27/1.00 vMB 40
387,725 387,725 00000000000000000cd1647acb985c9e85199c3b5a2efc2bbe4eb6e5beb407c5 350 0.15/1.00 vMB 39
387,724 387,724 0000000000000000049e5ac3ad69a74748963745e48878e78b3739f7cdc1aedc 1,782 0.71/1.00 vMB 54
387,723 387,723 0000000000000000008ab35a9eab13cc887b10a965e207a252fe9f8a0fd825b8 280 0.16/1.00 vMB 25
387,722 387,722 00000000000000000388a2bfbc27b7be122892c7558983d894ec5de57a45a46f 117 0.08/1.00 vMB 24
387,721 387,721 00000000000000000dc3dd8bcc6c10efe4e915486bdff6a51f63f71f8c4795d5 727 0.61/1.00 vMB 19
387,720 387,720 00000000000000000d18569ee73fdca1a70922bbfe81f54e26f46394dfc6dcb6 1,831 0.63/1.00 vMB 54
387,719 387,719 00000000000000000c4c8ed8ee1f4c6cd52ff8ddb8339ff7a9049153743ff09a 1 0.00/1.00 vMB 0
387,718 387,718 000000000000000008c2e52c563ce2f76023ca492f1a2a8991f2a622f3b830ee 851 0.72/1.00 vMB 21
387,717 387,717 0000000000000000060c61c72dee1aa6a513a9444ff3c1b71ff62afa342e28fc 1,786 0.99/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.