Loading Tool

Explorer IconExplorer

Memory Pool

83,343 transactions
31.67 vMB
0.12666426 BTC
Random Selection Loading Transactions
Max Size: 191.38/200 MB

Candidate Block

Mining Attempt 7e9f7e6d2e84e3999bd2e13b7dfb2a971c846105781e2deb6f20da26d89c43da
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root c9d8830b5bd02ee438666fb3206615b4d842254ec5dddd60bd83d6a789dbd691
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.04222409 BTC
Feerates: 803.65 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (507,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,002 408,002 00000000000000000319a86215ed7911a3acee7030c9da215bb076c0ee58e8c9 2,508 1.00/1.00 vMB 66
408,001 408,001 000000000000000004f62eeb625ddf5604eb9c3d9e5f214b643d23be2b83a99c 2,120 0.99/1.00 vMB 52
408,000 408,000 000000000000000003cc3d3e5b5d9b577b83c2b8d6f4257398c8f4aa8b2be649 2,164 1.00/1.00 vMB 33
407,999 407,999 000000000000000000e3d4cd2f716aeab842779199cb08674f57c8940afc2f64 2,550 1.00/1.00 vMB 36
407,998 407,998 00000000000000000010f364e0c6214e3720ba534b85ff30640d642ec42a202a 3,223 1.00/1.00 vMB 59
407,997 407,997 0000000000000000010fe4c94fac87693f9da9fe62234c3151bb2405099f185c 14 0.00/1.00 vMB 126
407,996 407,996 000000000000000001f375ef14832917f9b2ca7cf1befbf611d70b64aa92f8c0 2,404 1.00/1.00 vMB 42
407,995 407,995 000000000000000002c6c06d5ad528ca8f200cea74cde40fdf505e60bae8980c 1,772 0.81/1.00 vMB 36
407,994 407,994 00000000000000000003d4952f2b6c075ac15bdadada4517b028954ed0296008 1,258 0.56/1.00 vMB 36
407,993 407,993 000000000000000005dcc3bca3591ea6ea0e6a484997cbd96785bf1714a38da8 177 0.10/1.00 vMB 30
407,992 407,992 000000000000000005be63b762fe473bc9ab291713338410c807f965a674f726 1,669 0.84/1.00 vMB 40
407,991 407,991 000000000000000005191d8568044202d867ff9a49bd3e4606d87b332390d991 1,492 0.92/1.00 vMB 30
407,990 407,990 0000000000000000019a468d9e3c2429a6490c1ab8e8e6d91598599c57ee8ffe 2,835 1.00/1.00 vMB 60
407,989 407,989 0000000000000000010dbd7a7aad575d35e8f45761d8143aa38ccadeab28e585 774 0.99/1.00 vMB 17
407,988 407,988 0000000000000000026616a80bfb0dd1af93b56da1481e68d4d1531a669c11c1 631 0.81/1.00 vMB 18
407,987 407,987 000000000000000005d7b9b7042e63212665822d6ad42847dbbe5208e81cdf99 1,665 1.00/1.00 vMB 23
407,986 407,986 0000000000000000005b8ccf5a86d4e93ba1a48da55d4d09e7e2a847f2ee5005 3,473 0.99/1.00 vMB 55
407,985 407,985 0000000000000000061de943600fb03d286d9e365f60f97d6c945aa1d339b7c8 2,411 1.00/1.00 vMB 43
407,984 407,984 000000000000000005bc71c830436bb7063a005178f73b1bcfebff43395d0747 479 0.29/1.00 vMB 31
407,983 407,983 000000000000000004fe601ee99e6edb275ba1027ad0f45138388983597d5798 744 1.00/1.00 vMB 12
407,982 407,982 00000000000000000585ec860433a5ed874f5eebdbd4ea3811623b40b9e85c5d 1,358 0.75/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.00 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: 718.68 GB
    • Received: 17.94 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.