Loading Tool

Explorer IconExplorer

Memory Pool

78,858 transactions
29.54 vMB
0.10314275 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt 20dba270352bd551eccce2325fde711a3e77f3387e6fab400861d5cba3b69977
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 62e193730ba076f5aac16727d8162337780d382cecd4de78252c7599f719a9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,576
Size: 1.00 vMB
Total Fees: 0.03874229 BTC
Feerates: 164.34 > 3.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (616,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
298,908 298,908 000000000000000068dd47009f3f712964c2d39f64635a35751d902a87cc9dab 1,043 0.55/1.00 vMB 28
298,907 298,907 0000000000000000557a3961bf34e3f162851aeb000d7fa6f9833eaa38013644 64 0.02/1.00 vMB 45
298,906 298,906 00000000000000003abc92f409735c86a319e8a6626f712164d7bcb6d20318c6 512 0.19/1.00 vMB 63
298,905 298,905 00000000000000003b22a916695ea0cda213387101e1dc1d248beef9592bb091 596 0.29/1.00 vMB 44
298,904 298,904 000000000000000004225c790dd5b4c448fba4ef5a147807ceae171ffe379bc6 64 0.02/1.00 vMB 44
298,903 298,903 000000000000000084d6724a496866838b40323b8f994eb823872d06ac7e0d5a 452 0.30/1.00 vMB 26
298,902 298,902 00000000000000002037a1a8c99193317951321c213a4edbf83577d3c82c4bc3 372 0.19/1.00 vMB 41
298,901 298,901 00000000000000004d091d124c94605699ec78aa55785b60627f36f14d83937f 268 0.14/1.00 vMB 40
298,900 298,900 000000000000000086a120963b2962120bb7d0e8550a0bb854397c2c01ffe374 131 0.11/1.00 vMB 36
298,899 298,899 00000000000000003d2590e6ba798b777b804b8af6c02a66dedbcf2816850fe4 341 0.20/1.00 vMB 80
298,898 298,898 000000000000000009e560b447f5ae48dc6a184fc6fff7715a7e212f14796655 425 0.29/1.00 vMB 35
298,897 298,897 00000000000000004f52358580865d2081ce4d500a2a4d7548b1a15813ce97a3 270 0.14/1.00 vMB 44
298,896 298,896 00000000000000002215d96286d6cb30cb650940c9eb16619222f37c190d0141 401 0.23/1.00 vMB 36
298,895 298,895 000000000000000017104da76eb05687a8b9c64917caa555ae645e383740d800 290 0.19/1.00 vMB 39
298,894 298,894 00000000000000001bada3270ea4a8ea38e7d3febb2178f4149bee3f565db016 32 0.01/1.00 vMB 79
298,893 298,893 00000000000000002b9309381bbf4650289c68752f6d47cb0911eed8e69d9ec4 195 0.09/1.00 vMB 53
298,892 298,892 00000000000000007826c242883fdab0aafc4b8247b3362a17744c40424d0948 411 0.19/1.00 vMB 41
298,891 298,891 00000000000000001be9d2aa7609db5f44a693334597fa4b660fa3fff7248f22 25 0.02/1.00 vMB 11
298,890 298,890 0000000000000000432733e5e8fae287d2f57f80bfbef45bbea8fc1a4d6cc201 68 0.04/1.00 vMB 27
298,889 298,889 0000000000000000501388255b590ce2ff1380a9c8ac4392fd1d8c9b39b115ef 464 0.22/1.00 vMB 37
298,888 298,888 000000000000000048d3db2abb49c3a7df2a02d4806fd99524e30c2f2ca693b6 247 0.18/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.