Loading Tool

Explorer IconExplorer

Memory Pool

76,425 transactions
28.48 vMB
0.06697342 BTC
Random Selection Loading Transactions
Max Size: 172.61/200 MB

Candidate Block

Mining Attempt 5d9b4e7753a65a86e33b65a6d83682d330867fc30a2324917efdca0b1e13137e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ba0efdd9b4bb4d8abe4d1f04d5ef51544cb66966a74346dddb184b2306c362c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,302
Size: 1.00 vMB
Total Fees: 0.00788385 BTC
Feerates: 71.79 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (254,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,174 660,174 00000000000000000002929265aab795d0f8599a7cc0818388142e043998751c 1,388 1.00/1.00 vMB 22
660,173 660,173 000000000000000000063637baa2ea5a40db0e456f045ee5012d2cc6d22735f3 1,757 1.00/1.00 vMB 20
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.