Loading Tool

Explorer IconExplorer

Memory Pool

38,684 transactions
28.66 vMB
0.08945099 BTC
Random Selection Loading Transactions
Max Size: 145.08/200 MB

Candidate Block

Mining Attempt 52dde190dbd3ac08baaf652e6ab951e74b367ffe42f3c78ca255b43209d33cc5
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 28b2c9b314bd3d5a6cb697a05924f827e3f2ef52c833eac44cd09100943a51f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,365
Size: 1.00 vMB
Total Fees: 0.03402687 BTC
Feerates: 101.65 > 3.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (476,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,052 438,052 00000000000000000336aeea8b17384c111b7819133c077c25d0fc0e63fb90c6 1,544 0.75/1.00 vMB 83
438,051 438,051 000000000000000000539e4246ea57e8ec43020f1db37e826c78ce1fb618705a 1,909 1.00/1.00 vMB 71
438,050 438,050 000000000000000003e11ba35d270764b85cec151baef93f7bf8d4cbd6b5d6c9 2,247 1.00/1.00 vMB 51
438,049 438,049 0000000000000000006c483da950392b19026eb17793a8038ddfbe55eb272697 2,344 1.00/1.00 vMB 80
438,048 438,048 000000000000000002f3818e0a69122b4a22b5b78428b6b3bf9ba5cc0cbc282e 122 0.04/1.00 vMB 216
438,047 438,047 0000000000000000026046b9b1c31b78f56fe4bbfb491b06d237463eb2774ac1 1,632 1.00/1.00 vMB 41
438,046 438,046 00000000000000000099124d20cb51c0254856abac79b4a761690b00505bbddb 1,365 1.00/1.00 vMB 40
438,045 438,045 0000000000000000044c661c3cffdf86ee6a08324d1a7fe9eb7990dd5b263ad7 2,297 1.00/1.00 vMB 53
438,044 438,044 0000000000000000033ba6d86b3644b600f3b73885bffdc5464a92295bddd054 1,690 1.00/1.00 vMB 38
438,043 438,043 0000000000000000027e2efd0fdb3154e5dfd2acf1c30bb5fc5d267f71caea88 2,180 0.99/1.00 vMB 55
438,042 438,042 000000000000000002eefdc551d615d19f5fa24668830e79ad99ccead78a952a 2,496 1.00/1.00 vMB 88
438,041 438,041 000000000000000000673b37d480f9a8e05d9b1678bd84b4fd67691b8c6d2097 1,288 1.00/1.00 vMB 48
438,040 438,040 0000000000000000027f18470783c832a151fa260ca923082ae64fea4714c68e 2,857 1.00/1.00 vMB 72
438,039 438,039 000000000000000003d94992d2f7c9c427a8d4ce58034ea08b7d630accd38ed9 2,053 1.00/1.00 vMB 76
438,038 438,038 000000000000000000cdcaec3699bc175b66b1c28c786ea3cafe918052b22c30 1,847 1.00/1.00 vMB 59
438,037 438,037 000000000000000002f3d4224b0c3fc5921b7eed59ace546cd34ef0700b128a9 2,174 1.00/1.00 vMB 52
438,036 438,036 0000000000000000024e8857b5d4aacb4ab13a03722f4ad5f0a838b24540349c 2,910 1.00/1.00 vMB 72
438,035 438,035 00000000000000000249a48273c6c176853a447da8d2c917f2a52ba235be86ab 2,139 1.00/1.00 vMB 59
438,034 438,034 000000000000000000050d0efb90e169f9f0c883256c5906b3322e95911b1ade 2,726 1.00/1.00 vMB 76
438,033 438,033 000000000000000004341eb1f7af23311aa2dc06f611df8d58c617c3a466e8ca 2,112 1.00/1.00 vMB 88
438,032 438,032 000000000000000001ba92dc953fe1a84d8d9942679d803dcd74f7527b7827fd 2,275 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.