Loading Tool

Explorer IconExplorer

Memory Pool

38,798 transactions
28.68 vMB
0.08960496 BTC
Random Selection Loading Transactions
Max Size: 145.22/200 MB

Candidate Block

Mining Attempt fa3c5aa0fc4161a19d73ecfe60b4443297ea02ab0a885592c253c14b0a1c4d58
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,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,063 438,063 0000000000000000021403c0799b67f96a5ed5cccd92577131d5d771168d0c7a 2,271 1.00/1.00 vMB 51
438,062 438,062 00000000000000000209217eab34015dd08aa5b490affd9a8292616e399cd5fc 3,075 1.00/1.00 vMB 64
438,061 438,061 000000000000000003adfab41040c110efd8dfd0502db44b4e4e94b69540bb88 1,791 1.00/1.00 vMB 65
438,060 438,060 000000000000000003d5bdf155f3a368efe466f83afd279cf5a526a9e88d96b6 2,045 1.00/1.00 vMB 81
438,059 438,059 0000000000000000006d98e2f397d1882817a6eceb3b1b5aee98b64e5ddd1b24 2,484 1.00/1.00 vMB 100
438,058 438,058 000000000000000003cdb626c7df75e80ebea63126ad804cf529337b028d45f6 2,442 1.00/1.00 vMB 84
438,057 438,057 0000000000000000006c3b9d5bdc70cce75cab2b59e19bba2038c5f4d7720f33 1,562 1.00/1.00 vMB 70
438,056 438,056 000000000000000003595b5e7f929bc261436d1c480b809fe2de04e31e93d692 1,243 1.00/1.00 vMB 67
438,055 438,055 000000000000000003f29950d8b04a3173f31b8cf27fe1c23de1c97c3b8fedf3 2,948 1.00/1.00 vMB 110
438,054 438,054 0000000000000000045066ea12bc3369d433ff50698d16a6eb68bec46b8d84dc 268 1.00/1.00 vMB 13
438,053 438,053 0000000000000000019d56e8771b0e0efc9d9ee723d42883c2b37ead1204908f 1,325 0.75/1.00 vMB 58
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
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.