Loading Tool

Explorer IconExplorer

Memory Pool

59,920 transactions
18.80 vMB
0.04745441 BTC
Random Selection Loading Transactions
Max Size: 119.97/200 MB

Candidate Block

Mining Attempt 1374eab96f4618701731549ad62a1f0c1b22bc6db6662d6789c1d95b739c0f4a
Version 20000000
Previous Block 00000000000000000000e56d197f15ec1c7a08890c83ecb7d7ec68d28eb8bffb
Merkle Root 7bd145490acae75a50694d04ed7b76c9dd6b462484ed6f2772c1f57664ae3968
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.00484281 BTC
Feerates: 44.53 > 0.49 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,774 (811,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,143 104,143 000000000002857e8347f97450d874c5525c9b8924040a382d9ec1354f13165c 6 0.00/1.00 vMB 0
104,142 104,142 00000000000339689188e47c921866db4d40090e1d73d04ef0a38c4592bd443a 9 0.00/1.00 vMB 0
104,141 104,141 00000000000147303a7a79af83a5354324f4e9127195a11ac63074eb30bc082c 4 0.00/1.00 vMB 0
104,140 104,140 0000000000026a882750b61bf5f35cf56a1c3163e56bdf1c0218557e4f58e24e 26 0.01/1.00 vMB 0
104,139 104,139 000000000001e1a67cd07635914616f919baac00ef79a7fc6c536513dedb8995 3 0.00/1.00 vMB 0
104,138 104,138 000000000002cbdacda8b4e646f6fe64ce0e0d5fc71d38553ea0f8e1b312518d 3 0.00/1.00 vMB 0
104,137 104,137 0000000000028a43622530f8f486cb6eb12f8e9be6b137c7a44fb9582c1409a2 1 0.00/1.00 vMB 0
104,136 104,136 000000000001c3f712802824734d42438235fac2930c0a0b18d32b6c3653a90d 1 0.00/1.00 vMB 0
104,135 104,135 000000000003666a47ce97e47c1c801377f9b20283060932d1ca7305b6285341 1 0.00/1.00 vMB 0
104,134 104,134 000000000002947d5dac1be9f5bfa287514211789aefda4afcc7801fe07f12e7 3 0.00/1.00 vMB 0
104,133 104,133 0000000000028500617cb3c62a8273f094058ec359feaec89c2a08910ea79bb8 1 0.00/1.00 vMB 0
104,132 104,132 000000000000b12ed2c3f7665d00e09c05b0cae776c7a5babedbe28c6f9b7fa4 1 0.00/1.00 vMB 0
104,131 104,131 0000000000009a2ce8bb7784b11bc5e615b1d6b38aae2c64a681537a7e14d1d5 2 0.00/1.00 vMB 0
104,130 104,130 0000000000031ccc20d72855ec87d0f4e5924dbb2725807a6910a53aad23bdba 4 0.00/1.00 vMB 0
104,129 104,129 00000000000161ce6bfab2b003914c0de865840db241b6ea4033b39edfb75615 1 0.00/1.00 vMB 0
104,128 104,128 0000000000014c24d988b1df4c34efb5ac252f30fd687e9de584d8e911b2e392 6 0.00/1.00 vMB 0
104,127 104,127 0000000000020bb990f79072a339ea27b5b58db72bf24a0219bd27f0e7bf4f81 7 0.00/1.00 vMB 0
104,126 104,126 000000000001332aec0f68a557da35310bf02945fad52b0b4e6cd0e46bdfc3a3 2 0.00/1.00 vMB 0
104,125 104,125 000000000001f485fff78bab34d5d962629221aa4aa2632024b2d1180ef5d105 2 0.00/1.00 vMB 0
104,124 104,124 000000000002fb2695f443cb0113d4ab0cb48c4d24e12c6ee57a0340bd980f38 1 0.00/1.00 vMB 0
104,123 104,123 000000000000b2f2dba11479419e1376f779123d341127bbc3ae959a36560018 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.72 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: 783.02 GB
    • Received: 21.38 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.