Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,259 transactions (0.33 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,202 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 1,246 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,201 (849,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,361 61,361 0000000009cfc51a4346d6c2696721c4a3cdc8d9e855de00f005b31571e80ba1 0.00 MB 1 0
61,360 61,360 000000000669554c26c73a1e02670b48f78cedb1406ac634b3c430e892da5d43 0.00 MB 1 0
61,359 61,359 000000000b7db69fc198740ce2acea182a201e5bded0e80969764ff483417289 0.00 MB 1 0
61,358 61,358 000000000b699652a9b0f72eb3949a51aeb8fc505c8ebf142c23a43d7da370f5 0.00 MB 1 0
61,357 61,357 0000000004d24176ab823a19f67f6366a3dcc02d061da640fb70329b842d608a 0.00 MB 2 0
61,356 61,356 000000000d776616d37dd2d4fc225ed17357a1b0abefa48abec5fbf3fcb1c52f 0.00 MB 1 0
61,355 61,355 0000000009a9f909ed69f6fd942310a7d95a25cb5476f4cc196cffbbf55e65c7 0.00 MB 2 0
61,354 61,354 0000000000be90a5f2eba38291c7e236127f536634cf2875755a22fb93f667e8 0.00 MB 2 0
61,353 61,353 0000000003b490fcc6b177969ced7789a5d25a46019f3033378a7023aa3d02b5 0.00 MB 2 0
61,352 61,352 0000000004352bb0d65c83b88222d57a98a129148ba78a03dd01852eee100eb7 0.00 MB 3 0
61,351 61,351 000000000e30fe12dded15015dbda5dc2ab758f4030775ea8d3898d83712bd94 0.00 MB 3 0
61,350 61,350 0000000001d50c8861a385a48bd7a2387a5a702ebafb352a037f993825238226 0.00 MB 2 0
61,349 61,349 0000000005746254e0b6846367498c4e26d6b17429bd3692065a462eb3bd9b45 0.00 MB 1 0
61,348 61,348 000000000e9a669401ee08aea6702bd0cbd328d40f25d11caa6da642c8f84d66 0.00 MB 1 0
61,347 61,347 000000000eb321bfc600edc79dce4817c9d42811b001937b09a42ca8d3c0de93 0.00 MB 1 0
61,346 61,346 0000000000d08a486187a959b9cfc6458562f0b9e9a039b895b7090acf1ad2ef 0.00 MB 1 0
61,345 61,345 0000000004d580d069e01c8397dd3193d1931b21275fe1ae7bdcfc489bfcf6ee 0.00 MB 1 0
61,344 61,344 00000000002a5c894deae6fab9e3703d76502b66f8568cbea6a05aaf25305a21 0.00 MB 3 0
61,343 61,343 0000000009d8d5b84a11aafb441d28ed18e49765eba3f2fd35e4d409395a1fdc 0.00 MB 1 0
61,342 61,342 0000000002ebf88efdf35f6ee0e015d24c368eb3c66abe42dcb0ca9a55ddbef0 0.00 MB 1 0
61,341 61,341 000000000033b74beb5e01f401d3040d00ca3b2639db1435c1851c0905fe6ce2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,377.20 GB sent, 126.89 GB received

Notes

  • This page updates every 5 seconds.
  • 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.