Loading Tool

Explorer IconExplorer

Memory Pool

38,411 transactions
19.12 vMB
0.04666011 BTC
Random Selection Loading Transactions
Max Size: 106.26/200 MB

Candidate Block

Mining Attempt c5345472ca0960927c9a3dca29394a392635204d30f2c5e1b885977c1b6ea67f
Version 20000000
Previous Block 0000000000000000000076f3e8a0c9726c2b58bcccaec69b14ce877eef943628
Merkle Root 5701eca7095afbec549ee2de4ed7f537bd290988fe8a06b0cdc6197e998870d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,580
Size: 1.00 vMB
Total Fees: 0.00998096 BTC
Feerates: 313.32 > 1.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,062 (839,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,781 74,781 000000000005e9428b9fe707abe385168a84da477dda7621f8580f74236e46a8 6 0.00/1.00 vMB 0
74,780 74,780 00000000000abb5c34de5e9309adbbf589ef41a30b4d36df091550fd62cc59e7 2 0.00/1.00 vMB 0
74,779 74,779 00000000003d5b92c738b190fd03e460bd801ace06140abd6a7c35c3ad0c1bbf 1 0.00/1.00 vMB 0
74,778 74,778 000000000012e5f04c70b16cfd8bc236b28984c86c678684195ce42b408c2375 1 0.00/1.00 vMB 0
74,777 74,777 0000000000553ef20d5097745772c74b62654e100a606282f411970a33df7cd8 4 0.01/1.00 vMB 0
74,776 74,776 0000000000372abe927e9e22291a47122cd550e9d6c17a52cb7faffd77bbbc8b 2 0.00/1.00 vMB 0
74,775 74,775 00000000006f3ec1b40444ed0ff78672ede48744acec823fb7034bd9851c66e5 3 0.00/1.00 vMB 0
74,774 74,774 0000000000444f1a2490c11ecd63b508a98286449aa0e01d2c58602f911f92a3 1 0.00/1.00 vMB 0
74,773 74,773 00000000000700f73e9d99e62745f270fbe4672e478c28ffd4c950f6f3825a60 27 0.02/1.00 vMB 2,992
74,772 74,772 00000000004dc23b70983f96dd52084230d599468c248d3a850c9871e3cb2cbc 1 0.00/1.00 vMB 0
74,771 74,771 00000000007807415f80d5f1fcd33122a131d23b5c12ae7a50793c5750198fc0 1 0.00/1.00 vMB 0
74,770 74,770 00000000005c703e0a9278645232506911ea4f9df8720c59abd77b47873c8e2e 3 0.00/1.00 vMB 0
74,769 74,769 00000000005088c213d4e7e60f2bfd19efe2c27b8d600fcf58c49d5c1afc574f 6 0.00/1.00 vMB 0
74,768 74,768 000000000058225c927d3b116da2b3e2c59338919319de1bc768d2669f87f532 4 0.01/1.00 vMB 0
74,767 74,767 00000000002e5f6cdea64346a67eddfd09f3456697282249232b0c87ff938fa9 1 0.00/1.00 vMB 0
74,766 74,766 00000000006f4386ccaab3d7d2f0253cf7dace8f596a18032d47bdfb10d2628f 2 0.00/1.00 vMB 0
74,765 74,765 0000000000046bf8ef9acb90f9e9fbe06a30895d7106b21e98559d380d9e6505 2 0.00/1.00 vMB 0
74,764 74,764 00000000006841931b41f75ec9fc881bd023b910d7dda3772f825c0bb1c9d1b6 3 0.00/1.00 vMB 0
74,763 74,763 0000000000307ef5450de6ca496eae2d1e95c546a1c55aa21e3db7098d0970f3 1 0.00/1.00 vMB 0
74,762 74,762 00000000000a1830117b47e392beb9aa3e66e607401cd94521dda0702126d912 4 0.00/1.00 vMB 0
74,761 74,761 000000000012be6a51832868e040f28df296edc1b7f8697647fe34bcca990bd2 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.70 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: 554.77 GB
    • Received: 6.79 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.