Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,111 transactions (2.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (823,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,514 86,514 00000000002268f275fa2d7e675d7764423b88491e3b4eaa92d91dda71583377 0.00 MB 1 0
86,513 86,513 00000000001fa0645e203b00ca09cd342db909ed0a17b863f952ba4c705e40b3 0.00 MB 3 0
86,512 86,512 00000000001d86a1fd4d5c2ef42792891cd377134f33a7a7c55dcddfcc5b7e06 0.00 MB 10 0
86,511 86,511 00000000001f788331709fec6d96e8a7596c1d2da57fdc1b8078631fb0426def 0.01 MB 6 0
86,510 86,510 00000000001f8f178bfb345c3d2defdd5059a4f280cf9bfe371e30bbf11ce5ec 0.00 MB 4 0
86,509 86,509 00000000002cd80add23027cda46470aa1730f30051f9f76ab13daacad49c42f 0.00 MB 5 0
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
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,194.19 GB sent, 117.11 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.