Loading Tool

Explorer IconExplorer

Memory Pool

52,058 transactions
31.24 vMB
0.14102664 BTC
Random Selection Loading Transactions
Max Size: 167.41/200 MB

Candidate Block

Mining Attempt 04bb7b77639da879b64c504207e67a3e6beeab0ca81a3338095058e9905edf46
Version 20000000
Previous Block 000000000000000000009fc5abf3eeb33248107da03149ae5461329189c8d7c0
Merkle Root c80b263858f3efda728729da5a89518ca4390e0a3698a40bd6b758a38eca2e41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,177
Size: 1.00 vMB
Total Fees: 0.02474981 BTC
Feerates: 165.88 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,823 (823,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
91,814 91,814 00000000000928372d255367e4e1d1393d229896eb84fbd10175f0cc7b4c2d75 5 0.00/1.00 vMB 0
91,813 91,813 0000000000006626b8604240c5bb5305830e67fcfa8bae10d64cea0e2eb121d4 1 0.00/1.00 vMB 0
91,812 91,812 00000000000af0aed4792b1acee3d966af36cf5def14935db8de83d6f9306f2f 2 0.00/1.00 vMB 0
91,811 91,811 000000000002afe839294d4e038b5c831bc09632fd717c0980f8f216dc2b360f 1 0.00/1.00 vMB 0
91,810 91,810 00000000000b8c512513e652fb3fd51a155cf8427e6969a78c39f84edc8e62c1 4 0.00/1.00 vMB 0
91,809 91,809 0000000000073262e5b4a63b87eb9063e1590c85f8152e74f9c5e24809a6b9e9 1 0.00/1.00 vMB 0
91,808 91,808 000000000002a998d047af758b13b6c6f68fd0670174c0a11b26f11cc8238c14 1 0.00/1.00 vMB 0
91,807 91,807 00000000000e086f21a04ea8e420202c7705d1ca561e04e38a17330d7f4805ef 1 0.00/1.00 vMB 0
91,806 91,806 00000000000aabbcaaf33b82c363a9b4bd1388fd3104b32f834be345e90fb1bc 2 0.00/1.00 vMB 0
91,805 91,805 00000000000e6e10ebd0887fbf61f8033f18aa08ca1a4392227425cea27366dd 2 0.00/1.00 vMB 0
91,804 91,804 0000000000097d2a6ea5d1cb12dd600fa4dbb93b7beed10f007ad5e1cf1f6352 1 0.00/1.00 vMB 0
91,803 91,803 00000000000e13e00da0e10be7e71f78aa39e2843b9b4f813cd6883b2358d7b1 1 0.00/1.00 vMB 0
91,802 91,802 000000000000f8993e0b42e4b3bea7b7edb3487c6b016a27d1d37b1b2d345a7a 1 0.00/1.00 vMB 0
91,801 91,801 00000000000292ee05baf017f15780a2db02a99a1019a1068c9c12ed667f17b8 5 0.00/1.00 vMB 0
91,800 91,800 0000000000055f563abfe00e42aa4e0c889742c42f14087922b353b24cf24425 1 0.00/1.00 vMB 0
91,799 91,799 0000000000048a26c77b284f42351afa3ab4f40c560419045bac85c7909cd5e5 2 0.00/1.00 vMB 0
91,798 91,798 00000000000deb4d7a2e0b871cd964ad2dff622949518f9868062f9413b0a456 1 0.00/1.00 vMB 0
91,797 91,797 00000000000609246b4735aa6f39e9869c37205e4b6f206c9cdc50c4bf2a0666 2 0.00/1.00 vMB 0
91,796 91,796 00000000000b21371358a26aec8e9b7f3402c4068de06eb79ed7ab4af8834836 2 0.00/1.00 vMB 0
91,795 91,795 000000000008efd439511811080d3a7d832f862395ca0c1fc8cb060a72a8f7a8 1 0.00/1.00 vMB 0
91,794 91,794 000000000005a26e32708b302fae9f352a6124dfa3f0087f4675d464c1bd9ba7 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.08 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: 651.28 GB
    • Received: 13.53 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.