Loading Tool

Explorer IconExplorer

Memory Pool

40,149 transactions
26.45 vMB
0.06486305 BTC
Random Selection Loading Transactions
Max Size: 137.51/200 MB

Candidate Block

Mining Attempt 99446d1db309bfddaebbdb3c496108e347f9c3a7977a074cf0b25c3730472551
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 54bb3419bd7e95910cd2cc0d29e72449e7328ac3bcbdb8b1ec40c0f7e211ada4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,991
Size: 1.00 vMB
Total Fees: 0.01609520 BTC
Feerates: 265.25 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (380,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,293 534,293 00000000000000000009af9c13b011bf7e8ef5f69a7d04dc9f29781971a7d2a3 1,423 0.67/1.00 vMB 14
534,292 534,292 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 182 0.42/1.00 vMB 1
534,291 534,291 000000000000000000205282d1d15b4d0d483838039c63d7ed46870eb6cf41fb 2,604 1.00/1.00 vMB 7
534,290 534,290 0000000000000000002dbded3e9bc02a11760de1a2bbcf646d8ca32ab4342afb 1,835 1.00/1.00 vMB 36
534,289 534,289 0000000000000000002347a3dd03d53272623eb0987fab98ac9edf6773f2301d 1,812 0.75/1.00 vMB 14
534,288 534,288 0000000000000000001a4bd82685b4d3c56a7f6f77598d74e362c112d653b114 97 0.03/1.00 vMB 16
534,287 534,287 00000000000000000010e96601f5fe72db8f4af0a3c6d06d3bd7db010d3654d4 1,072 0.47/1.00 vMB 15
534,286 534,286 0000000000000000000b4dd9e07f1c4e2fe468256dee500331a95875b5b44163 585 0.23/1.00 vMB 38
534,285 534,285 0000000000000000001b1770cf3c1bd32337a1b1b7fb34ad4d79e0e864ca41cd 999 0.41/1.00 vMB 19
534,284 534,284 00000000000000000004e1738f0d52cf6beb0f09eed4c602e78fd1a86a12d825 978 0.40/1.00 vMB 14
534,283 534,283 0000000000000000002c00a803e64a6b38be979840d5778afb3eeb89383424fd 982 0.97/1.00 vMB 1
534,282 534,282 000000000000000000070be7ad630b0e5a8036b19accd249df483c5f829e78db 2,532 1.00/1.00 vMB 21
534,281 534,281 00000000000000000007df28cf89595baec8406f529c1dda7b78813fafc2f6aa 2,432 1.00/1.00 vMB 5
534,280 534,280 000000000000000000171e11f678ef644f6b7cebd9a7e88d72477cae3842d67b 2,562 1.00/1.00 vMB 20
534,279 534,279 00000000000000000026b78beffca02c5c7d34364d2762405506335bdcda5175 2,428 1.00/1.00 vMB 6
534,278 534,278 0000000000000000002e2896da6d7d1e392c675283d0747ddc17de86a159ac97 2,550 1.00/1.00 vMB 28
534,277 534,277 00000000000000000002c28fec04f0dc2931e841c0287c86ae5f48e4a3940698 2,638 1.00/1.00 vMB 11
534,276 534,276 00000000000000000007ba453c4759dc65530d375ea04e84c51e1c9fdc7f2085 1,719 1.00/1.00 vMB 30
534,275 534,275 0000000000000000002c6643d84eda1b95da2da9d5751c67269163b57cd6e3a7 1,814 1.00/1.00 vMB 47
534,274 534,274 00000000000000000007637c17565a2194b154c255e76814f326cee05ac04bb6 425 1.00/1.00 vMB 120
534,273 534,273 0000000000000000000104323d062b3e2839f744a05ed5e1ab3a53f4fb9519e3 488 0.27/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.