Loading Tool

Explorer IconExplorer

Memory Pool

4,744 transactions
2.73 vMB
0.00509904 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 14.50/200 MB

Candidate Block

Mining Attempt 94ec0521f69bd2eab0573772074081292bf7f64036efac28afd6a8886ccbbde7
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 034c25e781661aa7a9b017e1cd3110c8335f26e2e0e258f5f8527b9abf01c624
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,330
Size: 1.00 vMB
Total Fees: 0.00327153 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (747,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,857 165,857 000000000000073c4a0c9c845b28c3e7b7f1ebe9e1a0ea79d53e7a2ec71a2f06 11 0.00 vMB 117
165,856 165,856 000000000000094562abda4434d26b042f93ada5d17d5219c6473ece1b25e428 41 0.02 vMB 91
165,855 165,855 0000000000000a793971165fba5050c436fb7f32188c6e1fac5c08ecdba824ad 14 0.01 vMB 66
165,854 165,854 000000000000007d2e0b4c8f848c91d814938e87b586f19d974c6b727f554e47 1 0.00 vMB 0
165,853 165,853 0000000000000b97996ab940c507710b8a79b0709c9603ee0b5fb583826fbd52 128 0.04 vMB 54
165,852 165,852 00000000000001e210fe35ed8917bcb814e18d8439b8ad00056efc9b43bb71c1 41 0.02 vMB 244
165,851 165,851 000000000000008b3986d2e54d05a544003956216cfa9ed866e0a851b5ff35f0 125 0.05 vMB 61
165,850 165,850 0000000000000209543c61776baa3b71aff76e531a7fc56e55ec61727e5b972e 10 0.00 vMB 71
165,849 165,849 0000000000000960459a8e2d833a9044efe3665f75d8a0be37072836738bcc32 17 0.01 vMB 59
165,848 165,848 0000000000000a186f15a8c0588ab087484a6c2c549553fba8a2d285c70e9525 8 0.00 vMB 30
165,847 165,847 00000000000000496e98dd1903587b5ab0d6e954722471ae8492437a1ed14838 12 0.00 vMB 16
165,846 165,846 00000000000006351c65178a7ae797772ee85e3a0d2954ee8cdddc3a9253c555 117 0.05 vMB 87
165,845 165,845 0000000000000c0d7d45be3971a51c1c1a5bd5cf53277459e12c3fcf46643b39 75 0.03 vMB 40
165,844 165,844 000000000000060481abfdd272a390cc22c086744fd293f84ec18cb3350a517f 21 0.01 vMB 160
165,843 165,843 00000000000001fde1692a03e6f7eec415ad0892001a7366d83dd44794653532 59 0.04 vMB 60
165,842 165,842 0000000000000932853570d37eccb3537aa9dfbda77cdd005188d53e6b4b2395 7 0.00 vMB 50
165,841 165,841 0000000000000b9925abcd46b3971525852e2e00250746325742ffc776f7402b 10 0.00 vMB 353
165,840 165,840 00000000000000d5938448e28fb189d3a77e447e8c72f5696b1d04bc903abe43 81 0.04 vMB 49
165,839 165,839 00000000000003fa208c72048c6522cc8baca8813bee2ebad210f4c837626dcf 3 0.00 vMB 0
165,838 165,838 000000000000045020dd5a129156740cfdc790c2a0af2d10e56ce6f4cc5159eb 60 0.02 vMB 3
165,837 165,837 00000000000000e7108aa5ae073c4d1508bb3c184cbe0c2d9c2370fc545783e6 25 0.02 vMB 84
Previous 10 blocks ↓
Total Size: 779.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: 364.33 GB
    • Received: 1.75 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.