Loading Tool

Explorer IconExplorer

Memory Pool

12,355 transactions
5.45 vMB
0.02374306 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.87/200 MB

Candidate Block

Mining Attempt 238261535ed5f4be41f5caff39f4dd08327577c656dada26e2ad02cc904f1580
Version 20000000
Previous Block 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac
Merkle Root bc2e3638738aa1ab48a8f41f23c2ea8a7c3711630938bc1b31fdb8082f127ac1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,740
Size: 1.00 vMB
Total Fees: 0.01497413 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,447 (687,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,483 225,483 00000000000000c060cd9cee1841fc3b929301e1ddf410fbfd3c18dfaa5cdca9 775 0.25 vMB 248
225,482 225,482 000000000000034ea1b51277d63e4c78acea8e7ac617973bb1cf6f0c92e24e4f 549 0.25 vMB 197
225,481 225,481 00000000000000df1f4326ae23a0c49216e7edf2939aa2fea7181c25ad564fb3 570 0.25 vMB 186
225,480 225,480 0000000000000296d49e192195d3e0d2d3149d381f424be0772e900b0a372c19 831 0.25 vMB 244
225,479 225,479 00000000000000fe1b1007922d6e070ce81dc915b763fa9da9bc6b7f8632535c 621 0.25 vMB 241
225,478 225,478 0000000000000175dd371efd47b0f2f386815e217f037ee150ebb3afb991fd12 300 0.14 vMB 146
225,477 225,477 000000000000032ee32f427b4d34099ae574d69b36e72933d7e2fbc5c62eeb51 382 0.19 vMB 138
225,476 225,476 00000000000001ff68fd54145b28842a87ec3ac11bda4b1b62679d54502de189 670 0.25 vMB 207
225,475 225,475 00000000000003798a91085a0e9d4bda1e21b86adb32e483085ac26bca0c2cc2 369 0.25 vMB 132
225,474 225,474 00000000000003964a527d09af7feed5b726087d76f845c13b5b319c4f7456bd 665 0.25 vMB 217
225,473 225,473 000000000000038882d41497e679f4d374d4852bc710b51ad16c1422be903595 417 0.25 vMB 135
225,472 225,472 00000000000002d0cff07a5ae0a1907962d0b652697caa20e50c86967fa072ff 569 0.25 vMB 195
225,471 225,471 00000000000002ff5766c91605d8335bf59ab5de448f27429106753e9d51d3e9 114 0.06 vMB 111
225,470 225,470 000000000000036cfc113e618a94f79320e424caa5145e6c76a8c1dc881d9e3e 80 0.04 vMB 75
225,469 225,469 00000000000001ded6db04ecf1f053645d4bb57d5e6b3e5b15273e490a677f47 456 0.25 vMB 176
225,468 225,468 00000000000002dedb9ab1f8d1332e66d2cd7fa5e25c6a92f543f47e0d797466 159 0.08 vMB 105
225,467 225,467 00000000000001664cc9ef6e245e574bd7ed8afb81e1c1afec7e4ced28465210 591 0.24 vMB 186
225,466 225,466 000000000000006a34177ccd63437e4803a814cb681bb1147c34b22038e9343d 213 0.14 vMB 184
225,465 225,465 000000000000011bce281c4d6ee51f2c3f762de85304e72e45101bfcdaf06449 213 0.11 vMB 137
225,464 225,464 00000000000002af101e657fcba005b4a676ee96664db35a67e5410f9feae094 396 0.19 vMB 201
225,463 225,463 00000000000001e12d6e50709c5ec9add783c248e7eab3fa578878eff00c525d 524 0.33 vMB 129
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

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