Loading Tool

Explorer IconExplorer

Memory Pool

11,425 transactions
4.06 vMB
0.04944468 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.66/200 MB

Candidate Block

Mining Attempt 6a81c911d06defa1d7c058cd431903cec459418748486a1eae91018dd790a2d5
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 18cf8445374997600592a0322f066b19529a8ce891f667fa81a0db57917c508f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.04456922 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (702,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,090 211,090 00000000000004de0a2d3b33c6616b262f371618f246f90df5fa8df16df01976 49 0.03 vMB 48
211,089 211,089 00000000000004456f7a7ad77612bc2280948fc2ca6f0913f1740dec1379607a 363 0.18 vMB 182
211,088 211,088 000000000000029a88a8e62a4e70c213bd2a6b4174a49ee77061f2ac7a132feb 115 0.07 vMB 142
211,087 211,087 00000000000004cea2f4ccd2b7dcd97bd2bc59041201b2d66ff669e3156d6cfa 25 0.01 vMB 182
211,086 211,086 00000000000000275c4334712d2291a0ce771225ac3e70b9130a4d2bbfcc5830 270 0.12 vMB 183
211,085 211,085 00000000000004c664feaa827626c8287d92a65230bb7861e34aaa523e6aea8b 242 0.15 vMB 153
211,084 211,084 0000000000000055eb5c07849bcc9b0e120cf7f569f4b42f8dbac185deb209a3 83 0.03 vMB 180
211,083 211,083 000000000000028d7329062c645d54562e38ad77ca0548107cccf5e93831fea5 402 0.16 vMB 182
211,082 211,082 00000000000004c54dccdf00756bc02db772a4a9b64bd97a4e74a6cb6cb1929b 1 0.00 vMB 0
211,081 211,081 000000000000042d6c3c6510468ebcb7ae82a3f9b1ce25e794ce8be52f575443 523 0.22 vMB 411
211,080 211,080 000000000000025707b3ffc585508c0a16f0e3095134863a5ecbb4fbdc805f01 264 0.12 vMB 178
211,079 211,079 0000000000000062a6495e0e5fc423fbc08b0b2c76f3a68dde00142e0fb79ebf 39 0.02 vMB 96
211,078 211,078 00000000000000658d57140d636829f9d02d27a604e69ca1048ca742fbbe974c 528 0.21 vMB 206
211,077 211,077 000000000000046e0d1dca6a565c8bf5a7bba5c859c17a3285de14e97cfe4e0b 266 0.11 vMB 176
211,076 211,076 00000000000002015d197b70d605e65475fdad76eee015518b1b6bbee3a0cf1a 11 0.00 vMB 311
211,075 211,075 00000000000001fd0c33c4857dfe96d21b90ae67068ab445e4c02691fa0eaa26 117 0.06 vMB 118
211,074 211,074 00000000000004d25aa5239f40faf6aa4640b53cc68f03904748d203c72dafcb 213 0.09 vMB 199
211,073 211,073 000000000000014260a3cb21bc023702e818da90bf2239252261166d952e6c1b 33 0.01 vMB 169
211,072 211,072 00000000000003ffefbd1d20689d9d34fb11b8b031211a830747300031acea92 299 0.14 vMB 138
211,071 211,071 0000000000000319ad8531ea0268e9142b380bf782e74c2205637378e0d38af9 45 0.02 vMB 20
211,070 211,070 000000000000034deec3b58e28ef55a865bee7d85c278d0da7ee69f0b305d976 40 0.02 vMB 118
Previous 10 blocks ↓
Total Size: 779.71 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: 347.59 GB
    • Received: 1.68 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.