Loading Tool

Explorer IconExplorer

Memory Pool

87,076 transactions
32.58 vMB
0.15085009 BTC
Random Selection Loading Transactions
Max Size: 198.95/200 MB

Candidate Block

Mining Attempt b383ca5714df9c70a8e7b32d2c73a52b107c4bc0ef3cbdf64ddf4e8ead860579
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 9df2954f51016ba36051e5ae55aa87076e2891dfcd1f1e6aefae0cf80b6623b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.05805217 BTC
Feerates: 400.00 > 5.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (638,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,225 277,225 000000000000000050b65ba40265d1c44cfe8eb2f861181b3cda926d764d593e 119 0.07/1.00 vMB 31
277,224 277,224 0000000000000001ac372085bfe46b49186de8e0f98c5cc6d2505f94e3773688 303 0.16/1.00 vMB 38
277,223 277,223 000000000000000006f1d2f95cf11b5e86fbd6d7c8425fa326580e64846ced5d 134 0.09/1.00 vMB 38
277,222 277,222 000000000000000003d2528da3c8ce586e7ffe8be5d53cb18cb01b5ca10aaf70 139 0.07/1.00 vMB 30
277,221 277,221 00000000000000036c4ec314cfbdf05626ec0f6e5d9bf9cb7df1b3bc65125400 1 0.00/1.00 vMB 0
277,220 277,220 00000000000000007910f1f26ef7db6b9edd2f7cf629c367d8fba2aac516ab4b 482 0.22/1.00 vMB 39
277,219 277,219 000000000000000243a008d48a68068991852cab37752dec1d0b373de0ac7da6 115 0.03/1.00 vMB 96
277,218 277,218 0000000000000001ec47ace87fb60f63e37ed3156b2ce1c721d63f057c24b3c6 255 0.22/1.00 vMB 30
277,217 277,217 0000000000000002f9aa6f79e0614f4471cef94fe2674deed4e0f823b0b6bafd 173 0.10/1.00 vMB 23
277,216 277,216 00000000000000026185221b9f2428fc6dc2ecc5088141bfacf0d9a9e82186fb 258 0.12/1.00 vMB 44
277,215 277,215 0000000000000001284a0df4b8a9f0aad97225aa3fdaa8b9bacff2e298b789cf 752 0.38/1.00 vMB 41
277,214 277,214 00000000000000014ad520bfb7ea70a73d7428423549ef57e07996382cdb77d6 496 0.28/1.00 vMB 32
277,213 277,213 00000000000000023ba60f0ae5a2bb9a7305c73958554ff1b2df5e550da5a8ec 235 0.15/1.00 vMB 31
277,212 277,212 0000000000000002bdaa836355820db0d7bf07a8142abf89352bd2afccde81aa 14 0.01/1.00 vMB 64
277,211 277,211 0000000000000000b1660f1015eefdba5513f84e4395280ca241d0c90f1a5229 125 0.07/1.00 vMB 32
277,210 277,210 000000000000000373cdbc9c6bbe8681b2966f0839baa923a8f7f5fbd99422f0 34 0.01/1.00 vMB 44
277,209 277,209 0000000000000001d84e15b1bf1a854d469d19c1e6ddfd2958a1c9871a74ef1a 200 0.13/1.00 vMB 29
277,208 277,208 0000000000000002c920e8bd558629621994cf00c42d284d0735b36565094bf0 108 0.05/1.00 vMB 34
277,207 277,207 0000000000000003851865453ebac39bf7ecb6400f6c487c553e09a1b7279bf1 32 0.01/1.00 vMB 28
277,206 277,206 0000000000000001b627d7829e1002895ec0ab811f7cd01831f728a8293ffe97 253 0.15/1.00 vMB 34
277,205 277,205 00000000000000028f68e43f0b6c5cfe0d8f9db90afd7f8039f0a5a0d84873ce 165 0.08/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.