Loading Tool

Explorer IconExplorer

Memory Pool

17,315 transactions
7.93 vMB
0.02334716 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.43/200 MB

Candidate Block

Mining Attempt ff5f34b2a53f8f27153d4f4458a384fca77f40c000c13d86ca2119cc50e6520a
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 5b361fd557f000e9e85e47bea235ea7ad48cc090f8022b966ec95bec2379b21b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,820
Size: 1.00 vMB
Total Fees: 0.00697346 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (647,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,960 265,960 000000000000000f49836e54e8961bad01ec41fbab4058aa2328c5caa62f20cc 153 0.06 vMB 38
265,959 265,959 000000000000000e4482c1f18a2f04c3dd82f10997c9c41ce39a13df253fe3b0 60 0.07 vMB 18
265,958 265,958 0000000000000009c054f97535b180054de415023c24b89129f702dfde0e713f 449 0.20 vMB 73
265,957 265,957 000000000000000719cd59462e1a090e4f4efddb2b61c2ab3f7e808b8278ad67 609 0.22 vMB 108
265,956 265,956 000000000000000024506bd1b5bbaddf38c619d91fc8b4e4c484763d94f590eb 219 0.09 vMB 112
265,955 265,955 0000000000000008fe4c33faeb3af10d67361b55003f352734153956e39d002e 128 0.04 vMB 60
265,954 265,954 0000000000000003edf810b6638e7a644d89892497db5ca15f7b25b7e4dfeac5 145 0.14 vMB 44
265,953 265,953 000000000000000f002c94681646d83bd239d0c3a7571e94c2c29cb19a0a727e 164 0.06 vMB 105
265,952 265,952 000000000000000ecf47c2494a3a9a8d8b3184343f5561b7791cfcd6a1b12fea 282 0.12 vMB 74
265,951 265,951 000000000000000bacf66f7497b7dc45ef753ee9a7d38571037cdb1a57f663ad 70 0.03 vMB 45
265,950 265,950 00000000000000065aab720aca80ebf7229a5bf28e01378f33e33603a5e5ab1a 388 0.17 vMB 101
265,949 265,949 000000000000000b1d37b0fbf99a4877c729ff1dab73ea1c288b1c371a6fc980 42 0.02 vMB 92
265,948 265,948 000000000000000ed0ac136674fe287427eb4ddf9e86568105e97fe50b20e01b 157 0.15 vMB 41
265,947 265,947 0000000000000004c6fbaa11663b8b0d46d29098f0728269c6fd00daacc53167 209 0.10 vMB 88
265,946 265,946 0000000000000002fad7b970b18a6dc6440d8202e578258006c8f1120ff8c3dd 16 0.01 vMB 94
265,945 265,945 00000000000000001e67ad47077d4dfc475ebfab6e20fb5d3d5a599ca2ed357e 48 0.15 vMB 8
265,944 265,944 000000000000000f3ba96625353102c9da934eaaffbd60c171538d0c5db4b89d 123 0.04 vMB 89
265,943 265,943 000000000000000e9d7a5b3f764645bb3ec673b38e45996c21ff4d8267c2089b 307 0.14 vMB 119
265,942 265,942 000000000000000a1dc17893310345783582223124636f684a586bb69d9750dd 150 0.15 vMB 32
265,941 265,941 000000000000000c7ea46dcbf2c1a488a566b3f5f9d664cad1a1485ec205ea2f 80 0.03 vMB 40
265,940 265,940 0000000000000004bcf1ba508c7150ce96fa4c49dd1d6b402493bc4ef0635818 278 0.15 vMB 86
Previous 10 blocks ↓
Total Size: 779.54 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: 246.20 GB
    • Received: 0.93 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.