Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,068 transactions (0.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,775 000000000000000000022b910000000000000000000000000000000000000000 ago 0.84 vMB 3,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,774 (317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,457 911,457 00000000000000000001c0f645b50c67ac307a17da44b457f076b9d92851e24b 1.92 MB 4,621 0
911,456 911,456 00000000000000000000cccc3599440fa3e4bedd69e5b23d0abca0d4525e441a 0.11 MB 222 2
911,455 911,455 000000000000000000020250fd2519833f3f865ed3f37c545308e98fba923395 1.74 MB 4,023 1
911,454 911,454 000000000000000000009336f38bad680a75169a86e4d11b2e454477a829f1ca 0.06 MB 27 1
911,453 911,453 0000000000000000000048984e069f62fa51e4579626b04b93a0f2ffec210f76 1.37 MB 1,861 2
911,452 911,452 000000000000000000015af81ee0d735ba78897553d8369186be4e8ff93847b6 1.73 MB 3,558 1
911,451 911,451 00000000000000000001e1997bfb5ae5bc4076a6199b3909f012a483acdd7c84 1.80 MB 4,280 0
911,450 911,450 00000000000000000000c8b63e8d48e19feafe4002aba90ddffd4e2833d91309 2.14 MB 3,909 0
911,449 911,449 000000000000000000001bd64b82a5cae93b13a87cd006ad8625dbebf383649f 1.83 MB 3,284 1
911,448 911,448 00000000000000000001ff3a919966476eaf5d02c45b9f29553f6ee6d7d5f182 1.66 MB 3,197 3
911,447 911,447 00000000000000000001a3b68a8ada6ba823258465db52271439c337e22027ec 0.59 MB 927 2
911,446 911,446 00000000000000000001fecd8467650ca5292984bdcdfb31ee16709fc6cf6deb 1.75 MB 5,195 0
911,445 911,445 00000000000000000001355ce165785119c5ea8e777681c2b4c38a5598d6fb85 1.64 MB 2,938 2
911,444 911,444 00000000000000000001c7fb9b5efc6ece1842c724d5ea4656e310531d266985 1.69 MB 3,685 1
911,443 911,443 00000000000000000000a45e2f877ffba3f9dac88d258acda9c983cf17fe07ab 2.32 MB 2,288 1
911,442 911,442 000000000000000000003c2d9649e544fd5a587cb1671ab349ef781da7e164fd 1.99 MB 2,201 0
911,441 911,441 0000000000000000000089def7bd435930cfa3997f30237a29d0f6b3417f6b9c 1.83 MB 2,652 3
911,440 911,440 000000000000000000014586c3ed891940d289e1184648855bc885b5884b8b80 1.85 MB 4,587 0
911,439 911,439 000000000000000000008947e140ead8c81e4f2f31eb3ceb52913c8360aed978 0.46 MB 537 2
911,438 911,438 000000000000000000001fe8931323c5ecad8969bd7d923fc5582f04f3f298e7 1.82 MB 4,474 0
911,437 911,437 0000000000000000000190e84553178a2380c2e06d5ae239436bd1f47125ca65 1.68 MB 3,745 1
Previous 10 blocks ↓
Total Size: 776.66 GB

Node Information

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