Loading Tool

Explorer IconExplorer

Memory Pool

42,904 transactions
28.90 vMB
0.10528877 BTC
Random Selection Loading Transactions
Max Size: 149.33/200 MB

Candidate Block

Mining Attempt 5f1f42335cffeb960932d916d90020756f917c7b85fa1ddfedb1b71a87fb521b
Version 20000000
Previous Block 0000000000000000000092b77d861228f9f2f090d6e7fff4805104c96d9d1447
Merkle Root c312bcf4c19c615a9565e5669f2f27c5548e6b546e393f1557022f8a67edfb2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,705
Size: 1.00 vMB
Total Fees: 0.03143998 BTC
Feerates: 393.72 > 3.15 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,305 (748,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,007 166,007 000000000000008a9e0396d6164a76924f36cfbdf200729da48bf3072e47d603 2 0.00/1.00 vMB 0
166,006 166,006 0000000000000274bc94cf400f1cab39bf40fbebc5c64352b16d91e727d46a35 58 0.02/1.00 vMB 104
166,005 166,005 0000000000000bb561033344859646c0a5df37aaef1066749ccbc2f2c87ac53a 87 0.05/1.00 vMB 40
166,004 166,004 0000000000000bce359c5e0d97e06394dcfd795071cd8a5f86c40e60df878095 77 0.04/1.00 vMB 128
166,003 166,003 000000000000011ffd5fe687dc2a6352a4fa2b809307b06b1fedccd0df5b9def 8 0.00/1.00 vMB 12
166,002 166,002 00000000000005bfd564b18f15f5516de8dce9eb6100ccacece891d22360b0e4 42 0.02/1.00 vMB 158
166,001 166,001 00000000000003dddc13fe8cd12a0b31f6a7c23a42da5052c3d65ab4b764a84c 77 0.02/1.00 vMB 96
166,000 166,000 00000000000003b3402f35327d144a465f3768d6e6cb06cd8a2d8fc1328b2477 43 0.01/1.00 vMB 112
165,999 165,999 00000000000006108258d6d8bd093304e6c6ad523ac2a788ee59ea4b9c78c9a8 50 0.02/1.00 vMB 624
165,998 165,998 000000000000029c25b163c564d1fe955b4b211a0287e12be1d5c80a70a1575b 64 0.03/1.00 vMB 42
165,997 165,997 00000000000007ea97e161f06817c9e8c080d218c1b73c5b9947137abca477a2 11 0.00/1.00 vMB 119
165,996 165,996 000000000000092b28a9c6a70815a9c0ffc23f66d6d0b0a5e345a82e517d586f 11 0.00/1.00 vMB 361
165,995 165,995 000000000000085619622145187574c4abd4922f7b05fd629bd08ed3bd8a4134 11 0.00/1.00 vMB 50
165,994 165,994 000000000000039ccdd2529b5af67320a57a8c5a68116e14f1fe1dddc9f459b6 60 0.02/1.00 vMB 196
165,993 165,993 0000000000000b6e3a72fcfc00ec46747a4000da6eac28040f86b0feec88c4b5 8 0.00/1.00 vMB 0
165,992 165,992 0000000000000a2dd5368dcff3a845a547d92de0f82c00cda57d966edbb88605 59 0.04/1.00 vMB 577
165,991 165,991 0000000000000517df767e0e20702a9fd3cb95f6413e26e3f079dfd89497cb82 5 0.00/1.00 vMB 143
165,990 165,990 00000000000007836e77e03cd999f8fd4808b3fc93cf1a7557fd8ef59f0de186 139 0.04/1.00 vMB 2
165,989 165,989 00000000000007fd2e39ca33f772fc2497112643f08ee7d8c8bc39eb63eeed1e 104 0.05/1.00 vMB 30
165,988 165,988 00000000000000cad13d588fb2ac0bef425719ea88c4416226c99e26a08ced6e 68 0.06/1.00 vMB 119
165,987 165,987 00000000000003d089066d1e45aa268c0a820645799b9503a564b85943c60ac7 22 0.01/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.13 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: 581.41 GB
    • Received: 9.10 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.