Loading Tool

Explorer IconExplorer

Memory Pool

79,761 transactions
29.28 vMB
0.12383306 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt f4d3a558f785bbc990a40d651ed1b46db3dc2dc308f9582712965c89802e5e27
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root d9ef87ee109c7ee3c02b159db858e3f31dbda87b152dc0f62c8651a76529b252
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.04586375 BTC
Feerates: 301.72 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (805,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,851 109,851 0000000000018c85490874fc6bed1ace4c2f097308fad56b8ff8f00e4b94a25e 10 0.00/1.00 vMB 343
109,850 109,850 00000000000055458b34706d817abf6e0a209c9e380e739f1d42f452b251f8e6 8 0.00/1.00 vMB 0
109,849 109,849 0000000000008e6982f7bc7c1072377dd653180abd18164f3381d4d5129a2333 12 0.00/1.00 vMB 0
109,848 109,848 0000000000001b892cf5b51aa9909a8f3262ca48a0a03c37481dd8f968663291 10 0.00/1.00 vMB 267
109,847 109,847 0000000000016552bd5f04c5a5aec284abf769af4c1bd29d6284fd3b916ed333 11 0.00/1.00 vMB 0
109,846 109,846 000000000001395412126febfb0984f7b8e82114d3ed7c4e3eb19a9dc0e33e2e 11 0.00/1.00 vMB 0
109,845 109,845 000000000000196d3e92e9e8abda35ea4410c268c65c6a47c2af314d44a25055 3 0.00/1.00 vMB 0
109,844 109,844 000000000000f2299ee37aacdb483c50f2eb9d1d98b972a0d02761f914fd843d 9 0.00/1.00 vMB 0
109,843 109,843 0000000000013488cc91b53f3d3f9d64b02bbc2d02f9e09d5d28a1f418d14f4a 6 0.02/1.00 vMB 966
109,842 109,842 0000000000014a9c9d5fb3598e4aaa4ff76061757a6bb557eedef615b7960d73 169 0.05/1.00 vMB 0
109,841 109,841 00000000000073ea98a7fadb2eca2c4c9ddece3357a2d94b3045eac10478843f 13 0.00/1.00 vMB 0
109,840 109,840 000000000000e22606c6beaf7c4f69d61c804995a311f1f4872b1e39692f9d16 11 0.00/1.00 vMB 0
109,839 109,839 000000000001323454701899609f5ad4a72436edcfeb7b11cbc261febba1d14e 11 0.00/1.00 vMB 0
109,838 109,838 000000000000c0a5ef2aca6850afd22862c8d57dd11deb14b162e75b4f71d199 13 0.00/1.00 vMB 0
109,837 109,837 000000000000ee9ab4081d739cea9062fdb4995fab4f49fb55bbedef3fea2801 13 0.00/1.00 vMB 0
109,836 109,836 000000000000973dfc39f1ce1eb9ffc48239b328cd00427ee5d21a4fc197af4f 12 0.00/1.00 vMB 0
109,835 109,835 00000000000100a42df0ec3e6bdd56955c8526bcdcba95c70689b79d5e235c29 13 0.00/1.00 vMB 333
109,834 109,834 000000000001651f34b0fc7f645402d7b060dd87c02fe5f41d87a89e7a7a9704 13 0.00/1.00 vMB 0
109,833 109,833 0000000000010062c32239aa2aba11b8adf51305161881e45f7d6ac1f05cc453 12 0.00/1.00 vMB 0
109,832 109,832 0000000000005c7ddf5c28b00f0c5d8b306d285fc68d988c7002f056c8cbfc13 12 0.00/1.00 vMB 0
109,831 109,831 00000000000034616f8a2db19dce52560f2bf49503082cbfdd2fe31b9bb3e949 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.