Loading Tool

Explorer IconExplorer

Memory Pool

83,105 transactions
31.34 vMB
0.16111445 BTC
Random Selection Loading Transactions
Max Size: 186.22/200 MB

Candidate Block

Mining Attempt afc5045088db3c250564c3d002e75f6f4c2e53eb9aaebba411689f55076f5621
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root cf018d37a8db22e3f39acd2877a7b7ff5b35bb78f3916fa4ab9bce5f8864680d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.06104782 BTC
Feerates: 269.69 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (260,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,725 654,725 000000000000000000082d27148469e8d2b030da2b5a32c7053b6a3a30304e1c 2,107 1.00/1.00 vMB 139
654,724 654,724 0000000000000000000bc2f66f73ebd4f8e713baf137f98dbe4acf48bb9c2740 2,339 1.00/1.00 vMB 160
654,723 654,723 000000000000000000011e92c892baece4751b18ca70268b95af5bbf8873d373 2,538 1.00/1.00 vMB 216
654,722 654,722 0000000000000000000655a5d6ca7793899ea57101d363116308685ccc46389e 3,214 1.00/1.00 vMB 169
654,721 654,721 0000000000000000000d8eb32baf2cbbd64c8366f87716a00084b833278a050a 1,859 1.00/1.00 vMB 193
654,720 654,720 00000000000000000002e5306e41e9ede65491a71e8eb14f0c605406bbfdf1c9 2,346 1.00/1.00 vMB 205
654,719 654,719 0000000000000000000b8af554a38b2ad400f729b063dee27bc14443a7072004 2,314 1.00/1.00 vMB 188
654,718 654,718 0000000000000000000d5d9af17027f44658ac80bdf1c3f51459174cfcac82ec 1,883 1.00/1.00 vMB 237
654,717 654,717 0000000000000000000767f327fa4a2a16e06fd6b943ab2567e085a3b8ccb838 2,417 1.00/1.00 vMB 227
654,716 654,716 00000000000000000002c92802cfafbe885643e002c2df98936d0028a15a063b 2,959 1.00/1.00 vMB 224
654,715 654,715 0000000000000000000b23b2e96cd7182694bda165bdd356f914937fabbe2a1d 2,376 1.00/1.00 vMB 302
654,714 654,714 00000000000000000002d4c6b185cc81748074c74fcff8ddb3caf4dcf4b940b1 3,175 1.00/1.00 vMB 214
654,713 654,713 0000000000000000000350a0afb64ab5d19e2c86a3b5b93f12439916210b8dda 2,344 1.00/1.00 vMB 293
654,712 654,712 0000000000000000000a01992b5115e165f4a4ab260b4fbed9fbf1d96e325972 2,733 1.00/1.00 vMB 304
654,711 654,711 0000000000000000000bdfd4ceb29cedf65b4802926eac5a500ddfaa1a4d4f8e 2,816 1.00/1.00 vMB 188
654,710 654,710 0000000000000000000023201ecf0160090ae265108490b5898b1a9cda10407c 3,433 1.00/1.00 vMB 214
654,709 654,709 00000000000000000001b6f583a21c9b1e5fbd3395248b073c62b2c41519ad91 1,949 1.00/1.00 vMB 266
654,708 654,708 000000000000000000059507a912e8a7ca4bddebfe69ad43349d1513d8bdcb58 2,534 1.00/1.00 vMB 227
654,707 654,707 0000000000000000000197077448a77b9784dcfdf29eb2084e206b229b6f3848 3,161 1.00/1.00 vMB 215
654,706 654,706 000000000000000000096115e1a8ebe81c8ab6c19c8b4afbfaefee105c36dcad 3,078 1.00/1.00 vMB 224
654,705 654,705 000000000000000000056b40e4226bae8960b1a2deb6e1daedb843e31662a1e8 3,088 1.00/1.00 vMB 271
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.