Loading Tool

Explorer IconExplorer

Memory Pool

25,995 transactions
26.90 vMB
0.06333883 BTC
Random Selection Loading Transactions
Max Size: 128.93/200 MB

Candidate Block

Mining Attempt ec43761aa395c2097dbd3df7a06247b612cc84caea7e84c5bc6e95c6e5610acc
Version 20000000
Previous Block 000000000000000000007b4acda7a1f244486b309bf9a2b96a9bb81c576cc579
Merkle Root 5e5e129fb494a9b7ab04f9a582ce7f3824d080aefeaef450218410f0de9ad383
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,959
Size: 1.00 vMB
Total Fees: 0.01286365 BTC
Feerates: 75.68 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,488 (821,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,074 93,074 0000000000057a0e66c06d840d7a7c622f2f3ce6ab36cd9c93ef09e4a74432f5 69 0.02/1.00 vMB 131
93,073 93,073 0000000000068723a0c66cbcfcfb9c2910352a1712a63510fcbefa6d733f4639 137 0.03/1.00 vMB 65
93,072 93,072 0000000000005dcbc467ddb4a5aca02dc217d75207244d444250f3355e2fbbf2 219 0.05/1.00 vMB 0
93,071 93,071 0000000000054c1eebff6bba5f22732e6474030b96ad7cd879226b488c00867e 14 0.00/1.00 vMB 0
93,070 93,070 000000000008f741107b5b8cfe7ab82133ccbe900ec86a3730ef917465ffd82b 800 0.18/1.00 vMB 0
93,069 93,069 00000000000459c4beef98b92370591745176c513e0042d58d43abf90d044c30 219 0.05/1.00 vMB 0
93,068 93,068 00000000000958dd3d35dabbc9269388dc7a743364cd71d8f2d1cae17efcd9b8 14 0.00/1.00 vMB 339
93,067 93,067 000000000000e9f1a547b9505177ee9795dd07478691caa2629790bab794f4cb 219 0.05/1.00 vMB 20
93,066 93,066 00000000000667cd1b557005fb3c7b9465c531c00f1c11115f673e425c06547a 219 0.05/1.00 vMB 0
93,065 93,065 0000000000096155f3f3005e54b866fa65d78c8b89e8614d71855ec2e93e1f93 219 0.05/1.00 vMB 40
93,064 93,064 00000000000932b4b673c74043edab89c6a54f7471cfd781a6d1d99396a77655 219 0.05/1.00 vMB 40
93,063 93,063 000000000003962cfb6072cab8ac375ff7e7b4b8f49fe4dd61c8c0f55a18b453 190 0.05/1.00 vMB 0
93,062 93,062 0000000000008879aef353bc0294655993b0e1dce0f22d6994fd538f9fad0e40 14 0.00/1.00 vMB 0
93,061 93,061 000000000000f898abdd738b08e4cc921d702b0fe7eb651b51b3cddebbf6cfd4 2 0.02/1.00 vMB 0
93,060 93,060 0000000000011b1969b77492b6ee392d0cf0a94bdaa8649f05c9312b815cb09e 14 0.00/1.00 vMB 0
93,059 93,059 00000000000579510b89802ffa0ce448c0ca97b0ad2781df92160cbdf0874218 3 0.00/1.00 vMB 1,934
93,058 93,058 000000000002a509cebc6955412ac097b66e540845332b76c175a0e828b8f8eb 850 0.19/1.00 vMB 5
93,057 93,057 000000000005c9b20a765b56dc7bce5edd1eb4cd8a57e338b60fe1542884a333 218 0.05/1.00 vMB 40
93,056 93,056 00000000000880669b70a98ee3457e269a311420e1bf2c1f1e4645fa3f93da02 218 0.05/1.00 vMB 0
93,055 93,055 000000000002a82ca00ac15d2c3ba394dd7f598707282be1391f79ef2b4345ce 212 0.05/1.00 vMB 61
93,054 93,054 000000000003bebf67111debe0dd4aaf7c6e19fa27b20f08c80f9c9c13c9ef30 219 0.05/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.58 GB
    • Received: 10.85 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.