Loading Tool

Explorer IconExplorer

Memory Pool

27,940 transactions
17.68 vMB
0.03846570 BTC
Random Selection Loading Transactions
Max Size: 92.85/200 MB

Candidate Block

Mining Attempt d3a02a8c774c0cfc304714d4caaf6d3bdc3268bffe187fe771d630a647df48e1
Version 20000000
Previous Block 000000000000000000005b8e0d83987284c949fe1b5a37249d508460e17cb30e
Merkle Root 7bea8fd5eb9cb25522c5842919ba9c2455434d0990d99eb152348e510076e251
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,475
Size: 1.00 vMB
Total Fees: 0.00574024 BTC
Feerates: 52.19 > 0.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,143 (911,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,886 2,886 000000004bda688890f25972298808ab9f0e6153062d1059dbdbe59e7036bb9b 1 0.00/1.00 vMB 0
2,885 2,885 00000000416becf6020383b27bfd8308138fc21918537a6660874b21a7876487 1 0.00/1.00 vMB 0
2,884 2,884 00000000b33665a706914ef4eb26abb9b021c47b285108480f0ed2a2ef346e8b 1 0.00/1.00 vMB 0
2,883 2,883 000000007e10e9dae52f6354019e0eed8092447a6cf2a5686759b6824767ad61 1 0.00/1.00 vMB 0
2,882 2,882 00000000c7a90f69f3edd1bc0bbf1391decc8367519b61fbbf81a05b43e04a6c 1 0.00/1.00 vMB 0
2,881 2,881 00000000a411b5574b9c9c5a2a8418244fc0506ea48c8aa6415218a7a44b98c9 1 0.00/1.00 vMB 0
2,880 2,880 0000000077b3da96845a404a4ac3e27ccdb1972e238b0deae857c32a432f9c79 1 0.00/1.00 vMB 0
2,879 2,879 0000000025b1bc19dcbfa6d0eb41b6f8752ec3a3ae7f077d954b3792b6549f18 1 0.00/1.00 vMB 0
2,878 2,878 00000000d1140c906a48ad5b6adee641f4e00825356bea282266c723a090d86a 1 0.00/1.00 vMB 0
2,877 2,877 0000000011e028c880f449e319f60a59da457aaf6e6ec60d5e44c53fbae938b1 1 0.00/1.00 vMB 0
2,876 2,876 0000000049d32ae3139483c40cb413c21b47083f201e1c45988cdc0eaaf581dd 1 0.00/1.00 vMB 0
2,875 2,875 00000000b755e7fa6b511a6f89d7c1748cfd4bcf98724b95d7ebda8add953975 1 0.00/1.00 vMB 0
2,874 2,874 00000000586c6c91ae629eb7333c295da0fa4d980f1b7340e0c4a0b4a250326a 1 0.00/1.00 vMB 0
2,873 2,873 00000000c9d078a1c9b44c8a052a6fc7b2cecc3d290c8133289a6edee1340e74 1 0.00/1.00 vMB 0
2,872 2,872 00000000c953f01403a0cbe00542665cd32ada242efe97ecb3683e546fd353c7 1 0.00/1.00 vMB 0
2,871 2,871 000000009989f65f74bd9d5e812cba076c340474cc3a174472b1f4895ae36907 1 0.00/1.00 vMB 0
2,870 2,870 00000000be75c9903df78553c2ee4553a1932ca3b91d99d52bea6234dfabb4f7 1 0.00/1.00 vMB 0
2,869 2,869 000000004527a1612412087d1a5ac150bf1df0b96685786fc4c76a844bfa35db 1 0.00/1.00 vMB 0
2,868 2,868 000000001c65bd4a07dd7f2bd18344aa40b92f360f3d73f6deb1444b3501814f 1 0.00/1.00 vMB 0
2,867 2,867 000000006d6af482c12555a44bed3a0d4bbadf0fa27274225a1ed808b8a7d405 1 0.00/1.00 vMB 0
2,866 2,866 00000000350d428dc508d91c1716809c27bc9172d133608afdf00ffc8d7cefff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 562.95 GB
    • Received: 7.50 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.