Loading Tool

Explorer IconExplorer

Memory Pool

82,052 transactions
31.10 vMB
0.10209337 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 344a2229bc114166e6fbf11d8af2907defc2c45ffbd9554e9c40be8d81f43f34
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 90d0d5919306c0c6a54dee3cc7d42ae2b2dac3848a4e4a940326ff82a0f64d82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02784080 BTC
Feerates: 150.77 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (493,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,013 422,013 000000000000000001e06a66e9f3903dcfcc7359cc0627a06102cc40a16aec39 2,421 1.00/1.00 vMB 60
422,012 422,012 000000000000000001e287f94f400e4b0c17bb8cecb3c309dd77141c0e1f44e3 1,225 0.49/1.00 vMB 62
422,011 422,011 00000000000000000168984d30ecc12e0b1d1857f930889c96b71d125b0cceae 2,305 0.97/1.00 vMB 68
422,010 422,010 00000000000000000074c39fdb9e1c7619b43a762f5fbed8a6830d7ad240f336 239 0.99/1.00 vMB 7
422,009 422,009 0000000000000000033954513ddc4985e8947a3813efadd2706906cee2553990 814 0.53/1.00 vMB 45
422,008 422,008 000000000000000004c41518f528b7d31e3964f1f94f02db0cee603bc31152f1 510 0.60/1.00 vMB 32
422,007 422,007 0000000000000000024a5bccfe0291a340efd6546fd5ca3690dc1fe7b1490372 755 0.43/1.00 vMB 52
422,006 422,006 000000000000000000acdfa9a633838710620f2dcf181e848d0dce4146ea18bf 2,422 0.93/1.00 vMB 83
422,005 422,005 000000000000000000b90363a558325f9b323409d8f89ced1f4c16bac2001f04 58 0.02/1.00 vMB 63
422,004 422,004 000000000000000001663d64aedec1df84fa47a3845ab1c736fa045da2bf231e 676 0.46/1.00 vMB 24
422,003 422,003 0000000000000000006113dcbc902b0b496d53b094beaf686854891b485d8f28 814 1.00/1.00 vMB 25
422,002 422,002 000000000000000004be7e1db46ea38d77e246d71c6e8a30734caf28308c9b43 966 0.39/1.00 vMB 70
422,001 422,001 000000000000000001db165a3ac56a2188b8bbb8e0574de42aae0256d7f06b44 867 0.53/1.00 vMB 44
422,000 422,000 000000000000000000bc63425c27548213256efed6f40685ebf4d3da10562794 153 1.00/1.00 vMB 11
421,999 421,999 000000000000000000782e376db3719c69a8d18a167da527da53d127b72cd6f8 538 1.00/1.00 vMB 18
421,998 421,998 000000000000000000393fdb4d1eb586d499b45bde36c6adfa7867abccf5b662 2,746 1.00/1.00 vMB 72
421,997 421,997 000000000000000003a2e471f4ae9cfc8d17c9db5a29f4f6095f81e4b8921c80 1,063 0.41/1.00 vMB 77
421,996 421,996 000000000000000003d7e9ccf5f7b79a9f9e3d2affa1862f48739a6cb41455fa 96 0.08/1.00 vMB 25
421,995 421,995 00000000000000000325ad3af4b4f8cd6fbde3433cb1467179bfaf7ccab2b4e4 2,376 1.00/1.00 vMB 58
421,994 421,994 0000000000000000007d10dbaecb46dd37a128b17710b71cd420c461e870c1eb 2,945 1.00/1.00 vMB 85
421,993 421,993 00000000000000000323ce806eefc6ea3dacf05ccee42b28a6968c9b45045a13 2,000 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.04 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: 720.21 GB
    • Received: 18.15 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.