Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,939 transactions (3.30 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,163 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,081 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,162 (823,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,508 86,508 0000000000088da6e6105ca2604beec7717b9251be2a8d8fa045e2f357a57c61 0.00 MB 2 0
86,507 86,507 000000000026b4e487a0e0b82b853d49d854e03ed9dc5033609b2b3b589389db 0.00 MB 2 0
86,506 86,506 00000000002a807c9f09670d953845bcb6499122f08182fed52ba9ff35c3c987 0.00 MB 2 0
86,505 86,505 000000000029ac38274899fff8000a063c120b830cb6244064587b13dcf4f7cd 0.00 MB 2 0
86,504 86,504 0000000000239e23fa2f4320a8f6b095947fbaefb028feda7d4150bca7291eec 0.00 MB 1 0
86,503 86,503 00000000000a82e4678755ef303b7f1e80389f09627fee2af907517e0d84e5d8 0.00 MB 1 0
86,502 86,502 000000000019b23c2eaec3b032c5684de41ccceb616354e4febd115857fd3a38 0.00 MB 5 0
86,501 86,501 00000000002074598cf897967eb7aeb46027245ac78eaad88a871f3d01526831 0.00 MB 2 0
86,500 86,500 0000000000149b5ae50401ec721e879ecd927d912c1d7c8dc7172b1006a28722 0.00 MB 2 0
86,499 86,499 000000000004f2d0de1b490f85c1ca4755282d326e0572efcd45d5ea6d4e27ef 0.00 MB 2 0
86,498 86,498 000000000004512dce4549bed0f0ce9aad27e29d4793eaad45128a27222aa78c 0.00 MB 1 0
86,497 86,497 00000000002eb0a26ee41c252edeaa70489d60bd6142dfd5d6804bf11781ea46 0.00 MB 2 0
86,496 86,496 0000000000028405c71692f5411e27c48917928e01904fb1c2baff41c3dab510 0.01 MB 2 0
86,495 86,495 000000000009d9dae4ca1bbf594f7dda8931d5178449a085fc39171f8780fe6a 0.00 MB 2 0
86,494 86,494 00000000002f2bca6bca7bb0c5b6de9b36349cf49ba17f3aec634fc03724ff99 0.00 MB 2 0
86,493 86,493 00000000001c4eb9a36c1780e8d18062dea47521602753f1c4f2c3d2e57dcd37 0.00 MB 2 0
86,492 86,492 0000000000246d59a428241269a1f79e625bdc0735be72c11d77b3c881013c1e 0.00 MB 8 0
86,491 86,491 0000000000169bb0d3d0d971c23c8c6df26ebbb425c64d0334627c89a91a690c 0.00 MB 2 0
86,490 86,490 00000000001643db9258f5a35a476b9122f1d5ff4959f5b8edc769a0d663c7ba 0.00 MB 3 0
86,489 86,489 000000000029b8b17664ead2d1e47818ab55428b94cf633867375f721c1d3331 0.00 MB 2 0
86,488 86,488 000000000018f5118ed29263fff502486edd2d56ffb77cb176ddbc15002b5b98 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 773.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.94 GB sent, 117.01 GB received

Notes

  • This page updates every 5 seconds.
  • 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.