Loading Tool

Explorer IconExplorer

Memory Pool

81,842 transactions
31.01 vMB
0.11645416 BTC
Random Selection Loading Transactions
Max Size: 185.54/200 MB

Candidate Block

Mining Attempt aac08f2fd9a7a9738eb297520f2bf1158d43f28d91eb779f8ea87dce11a014ce
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 4ef457ea91cd4bf4ff198e2ff94767e8907418aec0f0c8ac2278beceb89ac0ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,496
Size: 1.00 vMB
Total Fees: 0.03342007 BTC
Feerates: 101.42 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (254,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,172 660,172 0000000000000000000dc43bf304514ed4ecd8fa88f8a04d67052df7c49e3fe3 2,204 1.00/1.00 vMB 33
660,171 660,171 000000000000000000062adcd4c6ba4727c7d3a5e3f7cf50b55934295bfbd4d8 2,493 1.00/1.00 vMB 55
660,170 660,170 0000000000000000000638a681c8ea75e4ef759d9d912a01819a28f53279afc7 1,817 1.00/1.00 vMB 42
660,169 660,169 00000000000000000002b7e2cb141c9c3f32f23ee8f86bed713ff074c01633e8 2,177 1.00/1.00 vMB 3
660,168 660,168 00000000000000000003d223f3e5379d2050f3f1167ae91e0c622073b7280dd2 2,635 1.00/1.00 vMB 51
660,167 660,167 0000000000000000000c3151478e3bbaa6f7d963e92170a991a05d8bf6884e74 2,293 1.00/1.00 vMB 12
660,166 660,166 0000000000000000000e6e0738b9ceceef9b0238bdbb092cb6d3f32edd8c0955 1 0.00/1.00 vMB 0
660,165 660,165 0000000000000000000132598245339542bdf2ec0d85a103156f2e31ffe6de97 1,649 1.00/1.00 vMB 30
660,164 660,164 00000000000000000003e3a3a25c290ca973b39c34fea9256036ca83b5656e06 1,930 1.00/1.00 vMB 29
660,163 660,163 000000000000000000023e1d634f251ee4b963dcc2411f2f9da209aaf32ac1a2 2,819 1.00/1.00 vMB 81
660,162 660,162 0000000000000000000568b894f73168aa66c783473ff83719fcf4a57faeba1e 2,620 1.00/1.00 vMB 62
660,161 660,161 00000000000000000006fc746d4b884e6de282f4896cf36a0484fe82138b2d5e 2,517 1.00/1.00 vMB 94
660,160 660,160 000000000000000000087929c01ef6d168c20c1ea440a49f0918be418a65d7f9 2,033 1.00/1.00 vMB 42
660,159 660,159 000000000000000000040caef1f6603c7c0a8888e5143f6bea3e8a80139c5be9 1,481 1.00/1.00 vMB 28
660,158 660,158 000000000000000000090913830b5cf024d465642cfabfaccb645cdd50c1d781 492 1.00/1.00 vMB 2
660,157 660,157 00000000000000000000df04af530650b563a8b98f08d6d0500a9651d1b120b9 2,066 1.00/1.00 vMB 34
660,156 660,156 0000000000000000000820f100bb4a4853895257b6e09531a50803b6eb7fd885 1,346 1.00/1.00 vMB 26
660,155 660,155 0000000000000000000d721ecd929ce7aa7d73e0b3fed229e68834d2e715bbfc 1,493 1.00/1.00 vMB 27
660,154 660,154 000000000000000000049fb4c6657081810ec397840e173634ea9c17c603199b 1,044 1.00/1.00 vMB 25
660,153 660,153 00000000000000000001c21daeca74aff065ff17e51bafe3f2cf6db9bfd25e04 1,399 1.00/1.00 vMB 9
660,152 660,152 0000000000000000000323c32803ba5f8e540c6b84b467a948db5ffe75cd2f44 2,049 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.