Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,638 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (879,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,331 31,331 00000000e28943a5df10d5a237f9a4bd05c5a6bcc6c3944ee111036d51bc4956 0.00 MB 1 0
31,330 31,330 00000000538289588ec3d17bf28190ef763d340334c475296dde428a15581bb6 0.00 MB 1 0
31,329 31,329 0000000002ab2b01569b39c2789bf08d26c5696fba2a2fed901c8ee450678a54 0.00 MB 1 0
31,328 31,328 00000000447d00b4f02ecc8136b460fd3c1f7b03d806b7e95731f1d7e2bcc822 0.00 MB 1 0
31,327 31,327 000000000088ff95790986e623fa687e317a4e7f0cc51cc815ba31850440940a 0.00 MB 1 0
31,326 31,326 0000000026e43946edd3c9e9d710fab220b7da180466185e704ad1b5a957f00f 0.00 MB 1 0
31,325 31,325 00000000f6e79d7824b4cffc574c3db56b189b1528d98c1e200200109a128a21 0.00 MB 1 0
31,324 31,324 00000000334dc046d3393e5bef0f7632d0f51f2b08cdc162714ff41821cd8f56 0.00 MB 1 0
31,323 31,323 000000008b0873877ce4e56da9048e890930f739a1fe73dfcbdf29834e6560d7 0.00 MB 1 0
31,322 31,322 00000000a0105c67af3aa71408fd223aa5b3b3a2768e2bb77614d7f288d10c48 0.00 MB 1 0
31,321 31,321 00000000fa8c8b62901983a99a134c0729218faa602da298fbe6958e6bc12fc7 0.00 MB 1 0
31,320 31,320 000000006ee22c41c92ec0644d5e717056fc130dd71be87d17007c6ebb96ad0b 0.00 MB 1 0
31,319 31,319 000000004e256a1c3b3bf7a269e21f644f2df16a6dc0af7384cb14001999d95c 0.00 MB 1 0
31,318 31,318 000000001ea340085a02a1ebdb1866a0505478cca5776dcc669e5d4912b9a8ff 0.00 MB 1 0
31,317 31,317 00000000c2b8ef32fc87e6ceadd266b60d8001655d6f3255fb6c231e6338d39e 0.00 MB 1 0
31,316 31,316 000000008127a0d26c9dd7671557c3998a22b450f5222e66cc98328ed78d2331 0.00 MB 1 0
31,315 31,315 00000000315cfde9650c7002a3e7261462407e7e33af3b941118b0482e9a1df8 0.00 MB 1 0
31,314 31,314 000000006a276539892873f0151a66b6f2c918203f56a9ea0469dcd6608bf15e 0.00 MB 1 0
31,313 31,313 000000003a943368fa24129cb391c95c46fcfccc2a4f7c2c49416875c778ef6d 0.00 MB 1 0
31,312 31,312 000000008c34064e966dd9701c00be42ddf4aa85ba4a0f29ce3033378d76addb 0.00 MB 1 0
31,311 31,311 0000000001aac5ce9852cb8b37df35c37a9a839b685527baba87d36ee04c6a2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.84 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,399.55 GB sent, 128.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.