Loading Tool

Explorer IconExplorer

Memory Pool

81,901 transactions
30.87 vMB
0.08275168 BTC
Random Selection Loading Transactions
Max Size: 189.31/200 MB

Candidate Block

Mining Attempt 166ae75c3672cd4748c13f173a96235c7509d2246e0d3e83562d22ace7a1edd3
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root ba5ae1f569bc42e3d0d61f51134a2eb6a5371d48c352044cc5560b4bc3c4be13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.01301918 BTC
Feerates: 151.12 > 1.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (110,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,417 804,417 000000000000000000043b6304119a1006c1954d67a78b0322581bfae327b95a 1,532 1.00/1.00 vMB 12
804,416 804,416 00000000000000000002b023568ed4427df0466a1cccf5c7c14b49f92c4ddda6 223 1.00/1.00 vMB 7
804,415 804,415 000000000000000000013386a4aa75b36f8baffa4690d02e89b8b65afbc58187 1,412 1.00/1.00 vMB 7
804,414 804,414 0000000000000000000359b11de26f4190e7a674de1f9401333d42b5815b9539 2,721 1.00/1.00 vMB 18
804,413 804,413 00000000000000000001f2eff9b8b7db3bdb3800fa1cdd6b6553314c34ab18c6 1,919 1.00/1.00 vMB 14
804,412 804,412 000000000000000000008240c04d13631e312f4090c4e15abba8a57b556a1b16 3,331 1.00/1.00 vMB 23
804,411 804,411 0000000000000000000485a9f4e2e2937f3bd53bd213bb776dca8707c177665d 2,186 1.00/1.00 vMB 13
804,410 804,410 0000000000000000000231493deb7b815db339d382210521bf10338af8c36e62 2,929 1.00/1.00 vMB 27
804,409 804,409 00000000000000000003e69cd485dc8d73ad2b2ee9225c5e00ffdcbb33b11f97 715 1.00/1.00 vMB 10
804,408 804,408 00000000000000000003082a46f8db798ec351ca5f57e870a8416e37fedac598 739 1.00/1.00 vMB 10
804,407 804,407 00000000000000000004eec5435e4a16048aea57a0b11616ed6e30b5924744c8 2,249 1.00/1.00 vMB 17
804,406 804,406 000000000000000000025fccce2bb8d9e7d79ce4a22aa9d9da62268b2dd53128 2,899 1.00/1.00 vMB 18
804,405 804,405 00000000000000000003c53679d53f97a14ac8f4cb86d0bf0f6b9556346aa3fa 1,448 1.00/1.00 vMB 19
804,404 804,404 00000000000000000000135a74fca342c03a049ba4005b2e45325f847b09dda6 2,966 1.00/1.00 vMB 31
804,403 804,403 0000000000000000000353320ab6028b785e1c07576f9686d1965922f989f792 1,163 1.00/1.00 vMB 12
804,402 804,402 0000000000000000000236e44e5259b9b6fe09c1a9a4848d3d276ec358b0eaca 2,627 1.00/1.00 vMB 19
804,401 804,401 000000000000000000019dd258b574d1307b8ed1d96aa2dc5fda29cef4b2738f 2,077 1.00/1.00 vMB 18
804,400 804,400 00000000000000000000fc1a17b37bb00d1d741b0a59eabf675d8d466256f7f2 1,873 1.00/1.00 vMB 16
804,399 804,399 000000000000000000036d1fd84ead274950ff706f5cf2d3d3e82dfd0ed58975 2,038 1.00/1.00 vMB 16
804,398 804,398 0000000000000000000422f596b343156ccbca921d0beb757f54095fabcc3d02 1,926 1.00/1.00 vMB 13
804,397 804,397 00000000000000000004311e272d4a4c9c35f6a88741c709a2cb70b7bd7f8e95 1,067 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.