Loading Tool

Explorer IconExplorer

Memory Pool

35,150 transactions
26.48 vMB
0.05559670 BTC
Random Selection Loading Transactions
Max Size: 133.64/200 MB

Candidate Block

Mining Attempt 83848ab15aa9acea68523a0f6a2629ffff7741c6a7e8bc912f59694536c937a2
Version 20000000
Previous Block 000000000000000000015e18bfde629943124343fdb98c0d80831309061b5bfd
Merkle Root 59ac287a2f0153cc8b2864b1a5b7f379e1dc58089a12419007d77cc191aa87e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.00624755 BTC
Feerates: 101.53 > 0.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,647 (441,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,185 473,185 000000000000000000a9f1536b5178262a3275a4d442c669e2928b0e77e98f75 485 1.00/1.00 vMB 54
473,184 473,184 000000000000000000058d70e67dae8a991bdff9a3a6e79e90b1a71c25963cfa 995 0.42/1.00 vMB 302
473,183 473,183 00000000000000000183af6a90cab3a02314ea0647ba0dd443ffa415dc5e3ce6 1 0.00/1.00 vMB 0
473,182 473,182 000000000000000000e588feffdb55f93c5ad625f775b2bc9807202f88e755ec 917 1.00/1.00 vMB 85
473,181 473,181 0000000000000000014867845a5c72d5f3cfbd2163c74824c3a5b6d8e9785094 1,800 1.00/1.00 vMB 188
473,180 473,180 00000000000000000123a318b7f67f10a3ee2a6e27c45ebb5a1b94092e0e0ae7 2,029 1.00/1.00 vMB 265
473,179 473,179 0000000000000000010bdb0095be0d75a908072ecd913c768dbc2840ca7a28ed 1,286 1.00/1.00 vMB 90
473,178 473,178 00000000000000000167dbcb3058cc792d54d39cfd9b97ecdca576594bf29c1c 2,255 1.00/1.00 vMB 215
473,177 473,177 0000000000000000000787a47b6eb83b1d91c9e87fc39ad7fdd6d3fddd88987b 2,050 0.99/1.00 vMB 353
473,176 473,176 00000000000000000179c40e0304365d2fdd134a906fcba06a009ae259e704d0 2,183 1.00/1.00 vMB 294
473,175 473,175 000000000000000000269000c8dca8075c809b0c19e0116f0199d55705514199 2,382 1.00/1.00 vMB 96
473,174 473,174 0000000000000000003c02d190ca94ba83d82c395dae793e1b9300d040f73ed6 2,455 1.00/1.00 vMB 259
473,173 473,173 0000000000000000009676f5df201beea66b9fcb8caa67706af41e0d5ec18a19 1,995 1.00/1.00 vMB 177
473,172 473,172 00000000000000000173199925d86a703ddf8d2ae5e4b5d469d9eee2e89130da 1,820 1.00/1.00 vMB 355
473,171 473,171 000000000000000000c78953da1ca61fbda1fa7bd4305c6308ad9762805e4e22 2,204 1.00/1.00 vMB 346
473,170 473,170 000000000000000000ec8e12465e9a70a903344982f9cd1063189a85cfee0ee5 2,179 1.00/1.00 vMB 349
473,169 473,169 000000000000000000d2cbad18bb41683362c45e439f19127442e69a55759a1c 2,163 1.00/1.00 vMB 440
473,168 473,168 0000000000000000005cac2514898bd50fb12d4641aef015085302e8d618b5ec 2,132 1.00/1.00 vMB 107
473,167 473,167 0000000000000000012f4d7ffab1080471d4b860fbe9bbbe07f7bfb365435d40 1,908 1.00/1.00 vMB 115
473,166 473,166 0000000000000000013df242a229c164800f4472cb6696f7b8131c9409c701ac 2,369 1.00/1.00 vMB 116
473,165 473,165 0000000000000000011d755565e3cd9abb922ab6aefaaecc57cde5f03b34355a 2,227 1.00/1.00 vMB 362
Previous 10 blocks ↓
Total Size: 781.77 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: 632.63 GB
    • Received: 12.13 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.