Loading Tool

Explorer IconExplorer

Memory Pool

78,936 transactions
29.44 vMB
0.06698171 BTC
Random Selection Loading Transactions
Max Size: 177.21/200 MB

Candidate Block

Mining Attempt d2d1dc1ebf59cca837198f00ad5350908e40902edc3275f8c8c29fec18c65c19
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b04d096934e08e2adde982ead5f7f15bace926048e703eb6bbff328b1badec7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,410
Size: 1.00 vMB
Total Fees: 0.00719541 BTC
Feerates: 150.77 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (134,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,829 780,829 000000000000000000038f1b778b9c4d205f6ffde5abbb1b1900d0f62cdc9d0c 2,342 1.00/1.00 vMB 28
780,828 780,828 00000000000000000001fc45142a97b0a08dc1aa7468fa3cbeeae3022cfbb7df 3,606 1.00/1.00 vMB 36
780,827 780,827 00000000000000000006374d3d775e4909d727e86da4ead7f05a0ff8bcc33195 3,597 1.00/1.00 vMB 44
780,826 780,826 000000000000000000024c550dcc48f322f1d875ae30e6116c3a7528a1e39e35 1,889 1.00/1.00 vMB 21
780,825 780,825 00000000000000000003ed7bf2f6c6cf8b2d4a2899139248807c03c065ec5464 1,024 1.00/1.00 vMB 21
780,824 780,824 00000000000000000003dfaed14df00c7e4faa8a468de8383a0972e8523fccd5 1,170 1.00/1.00 vMB 16
780,823 780,823 000000000000000000046b692330899dd3e448986f827cac41358397af21a7b6 2,436 1.00/1.00 vMB 29
780,822 780,822 00000000000000000001c352c3e98ff154a6f65dc8bc92a4fe89f9b19ee8d772 1,741 1.00/1.00 vMB 22
780,821 780,821 00000000000000000005ae4ea609ce828febf7b254f6721a6156ecb4877bbe3e 2,634 1.00/1.00 vMB 40
780,820 780,820 000000000000000000032d6b1b7a1c2bfc92844612956e7120230af62fd78d58 1,867 1.00/1.00 vMB 22
780,819 780,819 00000000000000000001e013ac3ddfdade6450e44234135c789622ac51053402 3,397 1.00/1.00 vMB 37
780,818 780,818 00000000000000000003f0fee6a844a2dd54dfdbd51e5eebe5298af84e19d086 3,750 1.00/1.00 vMB 44
780,817 780,817 00000000000000000005d65450893ff27e0baee742a58c6bcb7cbb70ede49302 2,423 1.00/1.00 vMB 23
780,816 780,816 00000000000000000004d2ada5c75791c940a7b04e09224eed451d8894effcab 1,333 1.00/1.00 vMB 22
780,815 780,815 00000000000000000000e26a88690a9f69fce625722ad032a2006437a91f10ba 3,326 1.00/1.00 vMB 27
780,814 780,814 000000000000000000065f5e012360a32c89bda6f5e22b2931c68089dc33387b 3,627 1.00/1.00 vMB 27
780,813 780,813 00000000000000000003361e0908bc5739cae2db98e24e447020e87e947a605d 3,575 1.00/1.00 vMB 37
780,812 780,812 00000000000000000001cbab6a3189fcdb8bc960d0ee92b4f7d5c6dff58abebe 3,318 1.00/1.00 vMB 38
780,811 780,811 00000000000000000005c97d7166ccf8c316624079646d96c6a3dc152df6b22b 3,523 1.00/1.00 vMB 41
780,810 780,810 0000000000000000000612c7c9abce4cae729cb700d017f9af83504c3bb9fe17 2,913 1.00/1.00 vMB 33
780,809 780,809 00000000000000000005f4337ea50745c91b2c8d77a38494f5c099b7e1ec3661 1,936 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.