Loading Tool

Explorer IconExplorer

Memory Pool

16,161 transactions
6.71 vMB
0.04720558 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.49/200 MB

Candidate Block

Mining Attempt 8d05c87ffbacf05c426a8950b45c4397832a07ea2a0ca274854f30c406c35cce
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 3e4de2b42a71e9262fe6e7f317fc2724f0e10dce3d2c5a176ec051abbda10e97
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,446
Size: 1.00 vMB
Total Fees: 0.03066681 BTC
Median Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (708,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,743 204,743 0000000000000511154272d285a181a8e66f429e99f45a452d640117a495be05 124 0.05 vMB 132
204,742 204,742 00000000000000272ac5d4bdd4e057df5aa998475bac55154a69e33c6aa948b2 68 0.03 vMB 103
204,741 204,741 0000000000000350e4b2fd233849e62a43c1fe6a618ca323faab36b4e5a4274e 225 0.09 vMB 242
204,740 204,740 000000000000020d34d8002c69e748143024a10aa2994641098de4714986969e 17 0.01 vMB 196
204,739 204,739 0000000000000378d5e178165e1a121c7ace3cea89a8d66a3c35af040d773fd0 35 0.02 vMB 191
204,738 204,738 000000000000012c1188f948995282c4e7a316a6b2ee12a17ed79df4344c493b 112 0.04 vMB 150
204,737 204,737 0000000000000297feb7565838401ce7ed086c66e52985d9bcf5890698e706c6 25 0.01 vMB 46
204,736 204,736 0000000000000202db6de109ef0734d1404a6e714553a22afdd6b4511b5f3e26 157 0.06 vMB 158
204,735 204,735 0000000000000399069a6cf29379acf173652b20719023a90cc69ef9d5d18cc8 108 0.04 vMB 165
204,734 204,734 0000000000000430d39d75fba2211b842cb1b3eb8d38dc7264cb8d134fddaec3 99 0.04 vMB 137
204,733 204,733 000000000000015886ef1d3cfae9c07c07bd0d048d6c5afb344155274c34150c 138 0.06 vMB 64
204,732 204,732 00000000000002c99db34fd32735ab4b5b472c3c3ba255c8d7683f4caf4e5736 215 0.10 vMB 134
204,731 204,731 000000000000021f7d995b4bc566af09569d2d47c9cace9a098de0a19b2c51cc 443 0.20 vMB 128
204,730 204,730 00000000000005155152a2bd7f3525580f015171a3c04f7460f9b6c57593e96c 256 0.10 vMB 175
204,729 204,729 000000000000054a4bc603088d9dbe20bf59393725a150321eb9772d3e763857 127 0.05 vMB 264
204,728 204,728 00000000000002e958c0ae790a0820cb39f557a40bf44591682f5866db7345be 177 0.08 vMB 111
204,727 204,727 00000000000002f78362305ee7fdb38eee0cb7f788ec1c8429afc3492a8370cb 79 0.03 vMB 184
204,726 204,726 00000000000002b756044708de75064443a5b19acdcfc7cce1523fe88bfec349 167 0.07 vMB 120
204,725 204,725 0000000000000541ceec2c66e2b2461be5717431f9408be7bcc495c8fc74ae68 37 0.01 vMB 111
204,724 204,724 00000000000003a844ee302d9817c0d0743dac93e2f23b678313ac26b9888dae 162 0.06 vMB 152
204,723 204,723 00000000000000caa855ca25daec5ae317268cc7ffb3d6c77801beeb7b19a58f 54 0.02 vMB 136
Previous 10 blocks ↓
Total Size: 779.66 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: 314.03 GB
    • Received: 1.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.