Loading Tool

Explorer IconExplorer

Memory Pool

41,802 transactions
28.65 vMB
0.07093479 BTC
Random Selection Loading Transactions
Max Size: 146.42/200 MB

Candidate Block

Mining Attempt a8d48dedbd00457c8f71128f22e3f94c687a1a2235ce50d6f47feca335752414
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root b9efc33994b968a4377f46f507face7eaf6f66f567c7d456b04c634f503fcfe4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.01537365 BTC
Feerates: 104.56 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (566,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,434 348,434 00000000000000000ba6aa99d367949e840c01a2d600c22fadc7ec865751599f 707 0.40/1.00 vMB 26
348,433 348,433 000000000000000003784c501887696642457368d9a7dd0c8870082b63118045 1,142 0.59/1.00 vMB 128
348,432 348,432 00000000000000000608e888e96721d6c4a2b2a7d0d3dc4aba30a4657abb50ee 1,779 1.00/1.00 vMB 86
348,431 348,431 000000000000000008787a17b4798904d091d08e50bc20cffae959e27eef0729 2,038 0.75/1.00 vMB 35
348,430 348,430 0000000000000000135b0a4762e7723607f6666512b5069636e62751e3da8549 1,069 0.59/1.00 vMB 26
348,429 348,429 000000000000000000702c8b247122e7c47eb150837406bb45a926c73918c020 478 0.23/1.00 vMB 21
348,428 348,428 0000000000000000138d46372027d70c92787228a15984ac640584fe205c1459 594 0.27/1.00 vMB 29
348,427 348,427 00000000000000000cb8680a0f470f1b96dedd3dad2c6bf3baaac6b4372c8db9 2,069 0.92/1.00 vMB 29
348,426 348,426 000000000000000005b4b32359e7b066bb143987ceeacde71299a260768c6347 661 0.35/1.00 vMB 32
348,425 348,425 0000000000000000164d88dc49f027ab05c65e761c1264bccb0e95fa988b85a7 538 0.27/1.00 vMB 28
348,424 348,424 00000000000000000ca1991e72f96159ed0096902ac87816fabb35cd006ae9db 940 0.50/1.00 vMB 28
348,423 348,423 000000000000000010c2d24b34045fc2a7882c2e328c534add93ed0b806a8d3d 643 0.36/1.00 vMB 31
348,422 348,422 0000000000000000073753e69c1cd0db255d434771d1d0b7efe680b038d51eff 700 0.42/1.00 vMB 22
348,421 348,421 00000000000000000a8f5830f983c93beb0d660e0f33164894ab17c339de65b1 128 0.04/1.00 vMB 50
348,420 348,420 0000000000000000138f127c94a75125255b85faad98754fcfec90e584bce6a0 71 0.04/1.00 vMB 22
348,419 348,419 00000000000000001320e477bed001fb59ca872ea02ad98fac3812be61f134f0 604 0.42/1.00 vMB 21
348,418 348,418 00000000000000001139f4023002117aa03869daa380141322171ab16d12c024 971 0.46/1.00 vMB 27
348,417 348,417 000000000000000001e72b9e7d72c7518b14a242f3d8a3f4e58e970547d75786 86 0.05/1.00 vMB 31
348,416 348,416 000000000000000012081092b209f1ecb5d70ea199d67158051a2af057862b2a 424 0.23/1.00 vMB 28
348,415 348,415 0000000000000000064dc5ad0cefc8a7076dc0ee1fea77523c39101256352aee 550 0.27/1.00 vMB 25
348,414 348,414 00000000000000000ae6266cabcd7fbb9eabffa2d0ef618b94a7c8d2367ea555 709 0.38/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.74 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.35 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.