Loading Tool

Explorer IconExplorer

Memory Pool

37,889 transactions
28.04 vMB
0.06739223 BTC
Random Selection Loading Transactions
Max Size: 141.91/200 MB

Candidate Block

Mining Attempt c218fdf253276b1874dc1ddac32eddc6f27b44ac6c7fb4ce641bc1d28caff814
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root f81faf0a248806850e8ef84ef166c736af01f8860fd8965a8866e2e9c0569893
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,307
Size: 1.00 vMB
Total Fees: 0.01382062 BTC
Feerates: 150.93 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (519,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,005 395,005 000000000000000003b6d51915c28df22d7226d466f9402bb431a5d561111fd5 1,792 0.93/1.00 vMB 32
395,004 395,004 000000000000000000650f3db6055d3b5d61a8d32b29ad08b56fa4ae46f89f85 2,124 0.99/1.00 vMB 34
395,003 395,003 00000000000000000936e07fae2b0d0cbcdcf08c93ea5f1dcd46d89d13d47bd7 2,848 1.00/1.00 vMB 58
395,002 395,002 000000000000000008fade398726b0c52028623e813f7014d3f53f00ea8cdc86 2,604 0.95/1.00 vMB 84
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
Previous 10 blocks ↓
Total Size: 781.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: 629.12 GB
    • Received: 11.86 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.