Loading Tool

Explorer IconExplorer

Memory Pool

52,842 transactions
30.98 vMB
0.12013696 BTC
Random Selection Loading Transactions
Max Size: 166.51/200 MB

Candidate Block

Mining Attempt 29dbf6af5ebd83f46146ab3b7951959f5f318cb3601a7f41b5e6a0dbd05c7f95
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root d7709dd2404cd5db7a393f16a4ccbfdd5f1290f8c25fff0a562e35a418d808a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.03806454 BTC
Feerates: 301.36 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (221,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,583 693,583 00000000000000000012f32acf5b0e96fe160ae0b8f98f80c16c1c0ba491962c 2,673 1.00/1.00 vMB 39
693,582 693,582 0000000000000000000d6ad749d7b3a3530a2c1ee81331ce210c3f129664ae25 1,013 0.34/1.00 vMB 11
693,581 693,581 00000000000000000008a0e7f525bff597a71c5bf9768924003d5158edf57ec7 578 0.22/1.00 vMB 9
693,580 693,580 0000000000000000000dc0f22ce711dadb8afc9917a83e5b1d224914a6e01570 2,485 1.00/1.00 vMB 10
693,579 693,579 000000000000000000119daccdf6b208055f23bd5766f0af4aa11d3acb41c2d7 1,597 1.00/1.00 vMB 6
693,578 693,578 000000000000000000089a0db6bef2431cb964a46fd78ccd8e257f1c429ac822 2,681 1.00/1.00 vMB 14
693,577 693,577 0000000000000000001079527520bd0874dcb7cd35c62b34aa55f334da43c58d 2,170 1.00/1.00 vMB 11
693,576 693,576 0000000000000000000b2634f5f2c7e0ebb2b6bbb9cb694f88ee8ca8fad94802 1,554 0.68/1.00 vMB 9
693,575 693,575 0000000000000000000432a0cb4ddf8c2301ed6d94a6040e51eff72d6e4fec27 1,370 0.72/1.00 vMB 7
693,574 693,574 00000000000000000007a5f6b029a22c098654dfebdd46bae293dacacc893141 1,753 1.00/1.00 vMB 7
693,573 693,573 0000000000000000000dc288be4e621143442eac9f05086700fdb0ed5b4f1690 2,999 1.00/1.00 vMB 4
693,572 693,572 00000000000000000004be04786b838059520500a9121117e21377a1213247d0 2,618 1.00/1.00 vMB 33
693,571 693,571 0000000000000000000dfd4e231cafe98b486eda18ef0023138e11bc65a03969 2,376 1.00/1.00 vMB 11
693,570 693,570 00000000000000000010b7ee867582c61f2f533996ac29e64e1fe1bf0509d592 21 0.00/1.00 vMB 8
693,569 693,569 0000000000000000000fb3d0841bf22dbcb0490e224ded3ed2e99fce2986abb8 2,602 0.94/1.00 vMB 17
693,568 693,568 00000000000000000010bab8256497e65d7e1c4f46661902a34f23787e34b89e 289 0.19/1.00 vMB 7
693,567 693,567 00000000000000000002e2fe0d784d39df4c192735a4d582fc76533d1ad4c7d4 1,757 0.95/1.00 vMB 12
693,566 693,566 0000000000000000000204a8f18e9bfce193eaef397a770d616f9a8fb9a2399b 2,702 1.00/1.00 vMB 14
693,565 693,565 000000000000000000085b3287a54334ca1f800fda0b78fe059bd0c25ba9240f 403 0.58/1.00 vMB 4
693,564 693,564 0000000000000000000ecf6d87c9373a26dd20c9c1dffc85b1375649709592a6 602 0.45/1.00 vMB 7
693,563 693,563 0000000000000000000a1a5295948475fc59f5c68f2bd203c45cfcccb195f363 1,315 0.86/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.06 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: 651.17 GB
    • Received: 13.45 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.