Loading Tool

Explorer IconExplorer

Memory Pool

43,628 transactions
29.28 vMB
0.07521502 BTC
Random Selection Loading Transactions
Max Size: 151.02/200 MB

Candidate Block

Mining Attempt 797b438c8e99de1ead211e2f41f241a8627a531bbd0d30cae488073314c3b86e
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 068638d96d5a211a7bdfc58d666ec71a02918b46bc0562903eb81872e5a79687
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,575
Size: 1.00 vMB
Total Fees: 0.01782346 BTC
Feerates: 197.49 > 1.79 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,463 914,463 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0 6,307 1.00/1.00 vMB 0
914,462 914,462 000000000000000000000b1822ca90db9cc6059f23ee9faca135284b85075550 3,243 1.00/1.00 vMB 1
914,461 914,461 00000000000000000001df8486fc775e956f5f9e0bf08ac6273dd0eb681a5102 2,112 1.00/1.00 vMB 2
914,460 914,460 00000000000000000000f6c43da0dd122ec4fac7f5ddc1ce44175386c6fec186 2,899 1.00/1.00 vMB 13
914,459 914,459 0000000000000000000180d1a95e68be67332eadf4bc97ab9a274099cab0a39d 3,803 1.00/1.00 vMB 5
914,458 914,458 00000000000000000000791c223f24ba55c527581821b6f53be2c2b74982f181 2,733 1.00/1.00 vMB 3
914,457 914,457 00000000000000000001135c66e10bab8bf4733a7e51d11a52d67a6548e511ee 3,375 1.00/1.00 vMB 6
914,456 914,456 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769 4,712 1.00/1.00 vMB 0
914,455 914,455 000000000000000000015948fbd260396128bbe1ecff8bf83d08ab43846ac50e 3,132 1.00/1.00 vMB 2
914,454 914,454 00000000000000000001c7bd2722415c2775b2fabf64f064d602061b58f6a5e3 2,724 1.00/1.00 vMB 2
914,453 914,453 0000000000000000000190649f2c29e51f5231bac934496dd3c2ecd08f74a21e 2,776 1.00/1.00 vMB 5
914,452 914,452 000000000000000000011f78477e8086e5619aa83cc24a79023d4f1eb3e1bab9 3,669 1.00/1.00 vMB 7
914,451 914,451 000000000000000000017125a6a7faa44f2292bc9aca47cb4361639a6915be4f 2,007 1.00/1.00 vMB 4
914,450 914,450 00000000000000000001d93cf1bcae837bf2932c315bf65c016a2fbe3f29f4b4 2,528 1.00/1.00 vMB 12
914,449 914,449 000000000000000000017f71e357423531f4f75ab60c6fddf1c0a596b5e1cade 5,261 1.00/1.00 vMB 0
914,448 914,448 00000000000000000000c87d7d528fb35ab1a94df1bf3eea69283a4d0096800c 2,927 1.00/1.00 vMB 3
914,447 914,447 000000000000000000014580847fb227a665ecc652dad70d8c2ba38d4b50bb29 2,468 0.98/1.00 vMB 3
914,446 914,446 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c 5,094 1.00/1.00 vMB 3
914,445 914,445 000000000000000000004c69749ef03c69351fa50c92974a703cd7bcb800c524 4,565 1.00/1.00 vMB 4
914,444 914,444 00000000000000000000ff70d2eab8ba39c62939af77ca332015a8c22a4f40a3 4,383 1.00/1.00 vMB 3
914,443 914,443 000000000000000000019b2b5f9668b8468ee0c8388fe380d47ffed82a29105d 3,817 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.72 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: 629.73 GB
    • Received: 11.95 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.