Loading Tool

Explorer IconExplorer

Memory Pool

40,733 transactions
25.77 vMB
0.05075811 BTC
Random Selection Loading Transactions
Max Size: 134.62/200 MB

Candidate Block

Mining Attempt f625a8adaedd3bb16e51ad805f868ffcf4bc1951021f90c823bae23709ad0326
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root dc914438f9c51d10108190da1794e0349a68644e8255039e59b4fb745bdbe239
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,847
Size: 1.00 vMB
Total Fees: 0.00396801 BTC
Feerates: 140.50 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (812,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,447 102,447 000000000002b0df43a3687662e59f0e848926ff0a32b23a7e026a56273bc97c 5 0.00/1.00 vMB 0
102,446 102,446 00000000000273f06ba570202f1f5d6b2c84af0e276897eed3fd64bb3509f68b 4 0.00/1.00 vMB 0
102,445 102,445 0000000000024f1412e8177bb9bab89ccf4ab1f0cd64a11f96f0209795d177e3 4 0.00/1.00 vMB 0
102,444 102,444 00000000000032995c6d7ecc7db8ed6967001aa0bb4c80bbfa8558d984e5f83d 12 0.00/1.00 vMB 0
102,443 102,443 0000000000027f7f72d2aec7cf28f13de1304f902d331b61fb70a7b8f501be1f 14 0.00/1.00 vMB 0
102,442 102,442 000000000002c2347b6bde96ad1f11dc859bad2399aba725f4033714908e9cee 14 0.00/1.00 vMB 0
102,441 102,441 00000000000130d89c4c16f7e1153a4dbc9783ca1fb8a8346ff02085409625a4 14 0.00/1.00 vMB 0
102,440 102,440 000000000003cd520e67e16c7432320f180754af3022091ecbf30d18fe01dee5 14 0.00/1.00 vMB 0
102,439 102,439 000000000002eb3393d965cdfb9827986efe49b8bf14e2728f1d8f2050a9db3a 14 0.00/1.00 vMB 0
102,438 102,438 000000000002f022120c4bcd682560f0aedcf57a9de09fb58de5ff3dd7a7e16f 14 0.00/1.00 vMB 0
102,437 102,437 000000000001a95a5261bce05a3a2e7998c0462b36f6206960d7501e5620ddb9 14 0.00/1.00 vMB 0
102,436 102,436 000000000001e754b4b179100c9bf9321bd4cd3a45744315bbe72ffc32789958 13 0.00/1.00 vMB 0
102,435 102,435 0000000000003040261d57614d80861425e3692904ea3bccacd9813ed433cf1f 5 0.00/1.00 vMB 0
102,434 102,434 0000000000021f2700438f7cf3d9935cd2f7f7a81e279d07d684de361260cdf8 1 0.00/1.00 vMB 0
102,433 102,433 0000000000009914b2f61572ae7229f1aa9e88945f2f5f5efa9f4bd707fd5f6e 4 0.00/1.00 vMB 0
102,432 102,432 0000000000026ac99e60292ab15392c9c6b7f786d70f1d5894437852b197823c 4 0.00/1.00 vMB 0
102,431 102,431 000000000003d49cc1763e1ccb6c14b4b7092daeae07c87a60869e4dd811b70e 11 0.00/1.00 vMB 0
102,430 102,430 0000000000003476a07e96b2b2dd3ec782b93e41dfc4ad2c7779873d91423eb7 18 0.00/1.00 vMB 0
102,429 102,429 000000000002f5ef77965b051707e321f033d0a5115b21f3145691e1efa84e10 3 0.01/1.00 vMB 0
102,428 102,428 0000000000015751c3b51c839e10ad83240032da96fa6de28bc041b192a2ba73 6 0.00/1.00 vMB 0
102,427 102,427 000000000002a026cbe68aa91da9e68c761ec02cb166279c5379b78e3882074e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.80 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.