Loading Tool

Explorer IconExplorer

Memory Pool

81,188 transactions
30.18 vMB
0.13337960 BTC
Random Selection Loading Transactions
Max Size: 181.48/200 MB

Candidate Block

Mining Attempt 62dfa706afe9a5292933fa200d098ea108bdfd9443d5ac0c1ba4d01b27108032
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 027f467e064bb022e6423da682450557791c152bb8ae58caab43e77b4d273a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,036
Size: 1.00 vMB
Total Fees: 0.05630402 BTC
Feerates: 242.90 > 5.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (103,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,150 812,150 00000000000000000003dc38f8e01d882318750cb89dc1ba1b2622fb8f14c7f9 2,442 1.00/1.00 vMB 13
812,149 812,149 00000000000000000004c3f588fabab41d809b2309f0cd411984ed9019ab7362 3,585 1.00/1.00 vMB 19
812,148 812,148 000000000000000000038f6c9817872d2f744b2f3f14f0fbdc9095bd99985923 950 1.00/1.00 vMB 6
812,147 812,147 00000000000000000001ba29a0f9f15e9207f372724c797d83f76175f1e804cc 755 1.00/1.00 vMB 7
812,146 812,146 00000000000000000002aa5fee376d98d7801d8a47430851bf51377fdd7b5a79 624 1.00/1.00 vMB 7
812,145 812,145 000000000000000000018ba174fffd4f6a3ca0cd7e2f2ff4b543cdf31dc8cdba 3,429 1.00/1.00 vMB 21
812,144 812,144 000000000000000000026b5eb606405a954b55a3a8283b9ce5f586d9f8ddba3a 2,897 1.00/1.00 vMB 15
812,143 812,143 00000000000000000000b3e3da44c50f97b71146f53f7a04e1fc190b2f2e082d 2,584 1.00/1.00 vMB 15
812,142 812,142 000000000000000000002ff33d2d0258a60396b151d90a294e16cc5b1097eb3d 1,548 1.00/1.00 vMB 4
812,141 812,141 0000000000000000000472a5038d28cb2260000929eb07739cb3a3e3377bc5f2 3,512 1.00/1.00 vMB 21
812,140 812,140 00000000000000000001ee2f38b7a04db1d31185ad8be5b38b87f07d927bc375 188 1.00/1.00 vMB 2
812,139 812,139 00000000000000000000c4b4f34fcd481a974ebabe4960c5284836cfaf919a0a 1,127 1.00/1.00 vMB 5
812,138 812,138 000000000000000000025ea35660d5caf4dfce2dffcab0ee5a5765591073a6ca 221 1.00/1.00 vMB 2
812,137 812,137 00000000000000000003008b24f71a5fd23cdb902f46ed206d92c6f7e7af5c41 1,730 1.00/1.00 vMB 7
812,136 812,136 00000000000000000003226ecdca70bc3fee3b10d80b7df7786825b10cd1ec25 2,806 1.00/1.00 vMB 10
812,135 812,135 000000000000000000047835d69efd0fa32603cf2a9256bf4e02ee2c2f4fe6be 1,711 1.00/1.00 vMB 6
812,134 812,134 00000000000000000000d6110e6e2f31b260a686c313c877fe992aaa3cfa10ce 2,342 1.00/1.00 vMB 10
812,133 812,133 00000000000000000003e7bc803d6e11aa0c95a7571c57f62658bedd8b7fa092 3,123 1.00/1.00 vMB 17
812,132 812,132 000000000000000000048fce115372377cc6e2861c5fd94a1cf99a74e200beea 2,089 1.00/1.00 vMB 3
812,131 812,131 000000000000000000041c5296d9cad54fe161c92a0dfd0ab19ca6bce8ab60aa 2,021 1.00/1.00 vMB 9
812,130 812,130 00000000000000000003f63bda97332bc45b81ba4025ae4e7b14cc2e2d89a750 3,706 1.00/1.00 vMB 21
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: 674.06 GB
    • Received: 16.43 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.