Loading Tool

Explorer IconExplorer

Memory Pool

77,205 transactions
28.84 vMB
0.09794612 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 6d5af10d827c5d96722cf0519cd7cfde2fc89b255ffca5870cf76e6a8ec2b4fa
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (568,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
347,049 347,049 00000000000000000aff114cecf03f2e7e9e501d460c9004e5f9ddb8e559cb7d 87 0.10/1.00 vMB 13
347,048 347,048 000000000000000008a4bf9ea6ad85723df0690ff10bbab10e42cb5933b2b3c8 306 0.22/1.00 vMB 17
347,047 347,047 00000000000000001048501e19deb36cc1b96730b93d1152c225362085b873de 128 0.04/1.00 vMB 29
347,046 347,046 000000000000000002c7ffbd1b781dcbb690c41be1edc1a395c3ea88f036426e 502 0.33/1.00 vMB 21
347,045 347,045 00000000000000001590fe7d2bb138324cbafbeb88df8e57faa3b94333e04d17 638 0.38/1.00 vMB 25
347,044 347,044 0000000000000000127e728a70356ef8be16350c9a523c1fa7ae1646a1368b45 151 0.12/1.00 vMB 17
347,043 347,043 0000000000000000146b25adfa22193cacb748c0b9bf278c2ab39eb93172170a 219 0.14/1.00 vMB 20
347,042 347,042 0000000000000000119e8eac8f54bce9aee1e432a32e6795f5926438fa23afe4 1,393 0.74/1.00 vMB 29
347,041 347,041 00000000000000000471655e9c1f1b97ea3f4950f31008f27277a4bbecf2f82c 891 0.53/1.00 vMB 16
347,040 347,040 0000000000000000058fae6dce86b29ab9123a54af3df3a03b7c21c0f8cf76d9 1 0.00/1.00 vMB 0
347,039 347,039 000000000000000008cb8ef4a6a85613c1fa9d54432bcae12c0d595fd9d6601c 773 0.79/1.00 vMB 17
347,038 347,038 00000000000000000c161e088bd1b14f3cd3272edda87fa8ed72b46cc5c7dad6 1,402 0.85/1.00 vMB 21
347,037 347,037 0000000000000000157300507d2a3ccc50ccb7d58d105cc7497c366a75089692 490 0.28/1.00 vMB 47
347,036 347,036 00000000000000000466f8e596af9af9df7711c4f977fcdd3d572a4ab66e54ca 2,557 0.75/1.00 vMB 52
347,035 347,035 0000000000000000002ecfdf8890cb3f732667a9da066d8f0182f65a59851ad0 382 0.18/1.00 vMB 28
347,034 347,034 00000000000000000c0890d6b65dd4921bb7aab1866128a20a3d54bd6b215e79 554 0.41/1.00 vMB 17
347,033 347,033 000000000000000001fd6fbebc4d5a563b1c181a6306233f81450e3742ae7b4b 2,042 1.00/1.00 vMB 30
347,032 347,032 00000000000000000e799818cd5c2fb7a222c5e4b62ae78350875e1026ead3b3 162 0.17/1.00 vMB 11
347,031 347,031 00000000000000001261552b3536de33dcfb07fd2cad7f20bbd7903ac22241e7 1,407 0.75/1.00 vMB 28
347,030 347,030 000000000000000005aea0739bacadf1939c48b6e05e3823844e732ca6ef0640 1,170 0.64/1.00 vMB 28
347,029 347,029 000000000000000003766fbed1ac1136d1a78f8a7b55978c5a78b47923351200 636 0.38/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.