Loading Tool

Explorer IconExplorer

Memory Pool

22,030 transactions
11.65 vMB
0.05282075 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.11/200 MB

Candidate Block

Mining Attempt 13b57857d3a6e284b09a700f1863c3dba255e6bd8a8f092873022c16f57fe76a
Version 20000000
Previous Block 00000000000000000001c725f3302eb75529c055b8aec698fa79cc94c9d48da6
Merkle Root 05ee955ed45be92acf80412e45065a836537728fffa1d3bb872be1443874a7b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,450
Size: 0.997903 1.00 vMB
Total Fees: 0.03356814 BTC
Feerates: 201.05 > 3.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,713 (325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,388 913,388 00000000000000000001c7d8e843fbb7037ca5698a8e7e6ad3e468e4618260d6 3,100 1.00/1.00 vMB 7
913,387 913,387 00000000000000000000730fac5823523238919326850aa99f3db3275329d87f 1,781 0.63/1.00 vMB 1
913,386 913,386 00000000000000000000158443ed9112c7ed88ac24c94cc6ab33b4a445289c73 3,076 1.00/1.00 vMB 4
913,385 913,385 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb 2,639 0.97/1.00 vMB 3
913,384 913,384 0000000000000000000064d22f1bdfdfe2f6b46ad3a091b40b3a4b74f4efc0f9 3,928 1.00/1.00 vMB 1
913,383 913,383 00000000000000000000edce6ae38ae0879a5f02be8c70f55701c1a69c60679c 2,150 0.68/1.00 vMB 1
913,382 913,382 000000000000000000011f98f784a9518d613900780ad0e35c0cffb98d897571 2,598 0.91/1.00 vMB 2
913,381 913,381 0000000000000000000203302e24479af4b3e218e63b80fdd1783df3ad1b1934 321 0.15/1.00 vMB 2
913,380 913,380 00000000000000000001f9fb9c1b7a67141637df1aab943cfc8ff793a59724ea 3,518 1.00/1.00 vMB 1
913,379 913,379 00000000000000000001e71e68a971238cd3fcd9883e087a31d7edb24e092d01 2,779 1.00/1.00 vMB 1
913,378 913,378 0000000000000000000006314488b07310c6930047c6d0dae6242da655d7bbec 2,710 1.00/1.00 vMB 0
913,377 913,377 00000000000000000001fc9fddd21e90efc9384f2c971dcf9776acc68b21fc3f 1,599 0.63/1.00 vMB 2
913,376 913,376 000000000000000000002f31c4c91ab8d8469da80dc73cf77210e96ec4c897c2 2,976 1.00/1.00 vMB 1
913,375 913,375 00000000000000000001f9198768abbaa671c6ed08ac500ed8e169a818a88777 4,091 1.00/1.00 vMB 1
913,374 913,374 000000000000000000011bab8835206eaca3c4ef5c316158790f9562b53d7feb 2,987 1.00/1.00 vMB 1
913,373 913,373 000000000000000000009fdabed9a99eb599d310ace3239eeac6142bdcead9ef 3,888 1.00/1.00 vMB 4
913,372 913,372 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d 3,551 1.00/1.00 vMB 0
913,371 913,371 00000000000000000000873e3929e2d473ca81472922080de8a15f594369c2b2 2,651 1.00/1.00 vMB 2
913,370 913,370 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0 3,732 1.00/1.00 vMB 4
913,369 913,369 0000000000000000000203884638a3a6062671eb947c188d0cf2d82b07622b4e 4,363 1.00/1.00 vMB 0
913,368 913,368 000000000000000000003fe53c6c85d24c661d1bf6794ab90b09db6d160aa581 985 0.41/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 497.14 GB
    • Received: 3.58 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.