Loading Tool

Explorer IconExplorer

Memory Pool

49,919 transactions
30.03 vMB
0.10525359 BTC
Random Selection Loading Transactions
Max Size: 160.15/200 MB

Candidate Block

Mining Attempt e0262e5c08bf1e6c32b150bed8da3a3491c7aa38df710d3df72f8a60654d3850
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root ccde2dee853b349c40ffe3c42c9bfb787d8702f0fe64df8365ded9c0bcae66fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,253
Size: 1.00 vMB
Total Fees: 0.03908015 BTC
Feerates: 529.61 > 3.92 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (433,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,654 481,654 0000000000000000002039073eed2a872f2e5072ef3485a1389c3a5eed472a89 2,247 1.00/1.00 vMB 371
481,653 481,653 000000000000000001046f11078cac50d4a5ae93c3c69eb39fd47adf77b5ddc9 2,695 1.00/1.00 vMB 338
481,652 481,652 000000000000000001124918682ba322ff19e4fce24727f453933da1f9700627 2,284 1.00/1.00 vMB 421
481,651 481,651 0000000000000000004807de7fef8eed374a5e838fd9244deb93cbb6c81cebf0 2,387 1.00/1.00 vMB 375
481,650 481,650 0000000000000000011b464eeff467a93924a9d1e8f4e3cdf2eef5c11c8d77f7 1,523 1.00/1.00 vMB 436
481,649 481,649 000000000000000000a6122ae689b1700f3bc4bc75e4e6ce3cc9c28e583fcd19 2,492 1.00/1.00 vMB 499
481,648 481,648 0000000000000000007455d505aabcec2d873eef01ddbfa564886a66f1757ac5 2,061 1.00/1.00 vMB 347
481,647 481,647 0000000000000000004c9b04c77d99bffcbb65964172829d1beaff05c76144be 2,656 1.00/1.00 vMB 353
481,646 481,646 00000000000000000118ea261d439cafb20abd6e0d7805c00e3627b0032a7726 2,539 1.00/1.00 vMB 349
481,645 481,645 000000000000000000b6553e2780fefc455a59e996a5c41458f03bc2b1cfc4ca 2,781 1.00/1.00 vMB 430
481,644 481,644 000000000000000000bbfa2afceac352a16db934867103aa85e6a83dc0fb6dfb 2,766 1.00/1.00 vMB 395
481,643 481,643 000000000000000000071ecde604d4550cedc132dd0d09c0fe65c504fae44922 2,414 1.00/1.00 vMB 453
481,642 481,642 000000000000000000711e0efae1f0ea3b816642f1b369ef927a2c0508780818 2,347 1.00/1.00 vMB 446
481,641 481,641 0000000000000000003e5d6143eb108d52c45b6fe7d9a483ac7504165a1a9ec6 1,486 1.00/1.00 vMB 498
481,640 481,640 000000000000000000ccfb274e0d671a1d429b818f2bc772f8231f0cc7cbc0c4 2,600 1.00/1.00 vMB 413
481,639 481,639 00000000000000000090c1a3be8f031a099473ddb9c7285c7614d33865f55495 2,077 1.00/1.00 vMB 445
481,638 481,638 000000000000000000d44ec4a04cd4864f34167052d6d8a20554aca54b1c81f0 2,096 1.00/1.00 vMB 388
481,637 481,637 000000000000000000823f4245c68ed972c19a22f352b4be05851bd7a181d173 1,371 1.00/1.00 vMB 419
481,636 481,636 000000000000000000177bd4609f74dfbaadc406a2026e925dedfe61fe3e8830 1,402 1.00/1.00 vMB 372
481,635 481,635 00000000000000000003e8545a0a4a383da5f6d24c277c3acdf7b52916e8e239 2,566 1.00/1.00 vMB 420
481,634 481,634 0000000000000000001d77567af403de05f1cbacf4b021eaa5a92dcd6010ac8f 1,833 1.00/1.00 vMB 340
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.