Loading Tool

Explorer IconExplorer

Memory Pool

43,146 transactions
29.09 vMB
0.09159278 BTC
Random Selection Loading Transactions
Max Size: 148.82/200 MB

Candidate Block

Mining Attempt 77cff2bafc3093b478a08656a019cf5c76c7d3b70f9af18e9aa45f4e5f727402
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2aec352c97f1d9345e3eb0d10ee5d0c2e311465baf7f28b020c727c95aee306e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.03313292 BTC
Feerates: 88.27 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (519,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,001 395,001 000000000000000006d2270dbb44539e09907cd65fff1163e623396791ff4cca 1,893 0.93/1.00 vMB 32
395,000 395,000 0000000000000000014b0f613fa97d3f512666a8aa4fd06132ff4fd330a0a664 2,832 0.99/1.00 vMB 81
394,999 394,999 000000000000000004a7c7eab9f5501974202023aadc5188e86ad817432e1361 69 0.05/1.00 vMB 5
394,998 394,998 000000000000000001cef79593fa284e41329598a585c77865c0d11d6d46cf9f 2,212 0.75/1.00 vMB 64
394,997 394,997 0000000000000000081298383fb914fe392a0ed4a2839a0991314afe9ecb201c 2,512 0.93/1.00 vMB 54
394,996 394,996 000000000000000005945f2ac72ad2b05c2ab28679214cbcd49f8aae920a0db7 1,860 1.00/1.00 vMB 35
394,995 394,995 0000000000000000031c3613a8cbbf4df82c3d8a5c523a4c79f3684717c4f7fe 1,442 0.93/1.00 vMB 27
394,994 394,994 00000000000000000162db766e732da128b330611beb88443459d064bc2bf81d 2,208 0.95/1.00 vMB 56
394,993 394,993 00000000000000000985d3ee9b023af4236431d548e6b84fa602c363be6962fd 1 0.00/1.00 vMB 0
394,992 394,992 00000000000000000794ae9aa15961fda8d90949700c4f32136a4cfa3acaead6 1,815 1.00/1.00 vMB 31
394,991 394,991 0000000000000000096d65c1fcdacdc7a4eb029ec56edf7ca330c7eaeba21a05 3,303 0.95/1.00 vMB 83
394,990 394,990 000000000000000000f68bc9bd4e9c751227c4b6a1bedb2cf13fab69c7ae9021 2,186 0.93/1.00 vMB 46
394,989 394,989 000000000000000002cfe8789fa4fd180b297c6137c567f6dc385aba058a899e 3,007 0.93/1.00 vMB 70
394,988 394,988 000000000000000008453002889f2ce80ad910a688258ac2b4b0474d7a534eb7 2,020 1.00/1.00 vMB 39
394,987 394,987 0000000000000000079f59d7c68a275beb44fab6165df8f079347f463aa8defa 2,117 1.00/1.00 vMB 40
394,986 394,986 000000000000000008f41b68d8605024ab50dce5526e6dd35ed984787208ec52 2,857 1.00/1.00 vMB 61
394,985 394,985 0000000000000000095e269b8e11c1c1d03e6d7adf1c01888cf2c0a59f3b8d24 1,063 0.54/1.00 vMB 32
394,984 394,984 0000000000000000002c3a331d63d881a3d827cde683f6c374b4cc66900ee8ca 1,192 0.55/1.00 vMB 37
394,983 394,983 000000000000000003357e9ccc2d3fe53db4d2b416bcffc9c8ca5920cc9953e7 1,602 0.90/1.00 vMB 37
394,982 394,982 00000000000000000865343ac4243aa6665b6110f96232da778ca9532e75a7f2 2,535 1.00/1.00 vMB 43
394,981 394,981 000000000000000004e00ab4831f2c46a9a03ce8b207a2580fca788daa1d272c 731 0.51/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.