Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

442 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,058 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,057 (611,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,506 299,506 00000000000000007e6276b986cb254f6a8682b867724e142ea63bbc393fe861 0.46 MB 164 13
299,505 299,505 000000000000000039ace6cef7939996d25eb55c46b7e82aa9aba75bb7ecf5a8 0.15 MB 256 28
299,504 299,504 00000000000000006b34a0ade7489801ab663b78147c126518ea9c499cb65953 0.31 MB 512 34
299,503 299,503 000000000000000086112ef4f08c10d0c0e3640585761e001097e1e9f72a2fb5 0.40 MB 1,024 47
299,502 299,502 000000000000000003bbcb93ddd1b08d33177157daedba01c67ba4df6a54ecd7 0.10 MB 142 41
299,501 299,501 000000000000000006ba2e55740cc3dae19901843bff8ebc8940d64c12738d1c 0.18 MB 114 17
299,500 299,500 00000000000000006a163c180d7c1eab3b59bd634366589d78f3d42291569e0a 0.35 MB 615 43
299,499 299,499 00000000000000001d3577d6a4126e83b37bf2acfbaf94d4bf743abed97c7a7b 0.35 MB 516 39
299,498 299,498 000000000000000070317056c63b8debc214e3906fc4fc01e1333a401ad28216 0.25 MB 726 62
299,497 299,497 000000000000000026dfd2894b63c1829fc8e1ac393dc0505876074bf3e9d8af 0.35 MB 368 27
299,496 299,496 00000000000000007a1c1a6c77ac22c8574b75b64dc56e66887bf2ba822374cf 0.03 MB 75 43
299,495 299,495 000000000000000037224b7888fa555c4daddc484b06e677d8545e8f928b9ae2 0.14 MB 319 46
299,494 299,494 0000000000000000642e37ac8f4b4dbea6884367210a82864bbe00e3734a051c 0.07 MB 147 35
299,493 299,493 00000000000000003a71bbcc62259fd68e5088147d87b50bbfebefc8648cb8de 0.34 MB 663 36
299,492 299,492 00000000000000001cf3c9e3f2d43940a0292039a0bbfd332f2614a47380d970 0.00 MB 1 0
299,491 299,491 0000000000000000254410549abb715ff42edf4a1c91821348f3e335fb24d518 0.26 MB 568 43
299,490 299,490 000000000000000021d8618b567613f15b8c9776bfd22c09f28b262a6ad4c4ab 0.27 MB 638 35
299,489 299,489 000000000000000032a803b03ed2c81b8d4099e62b9060eae13f4d69589ed462 0.24 MB 396 37
299,488 299,488 000000000000000055865a7a06e66f251a82a5f4119fa45f9be89109170b913d 0.50 MB 771 29
299,487 299,487 00000000000000005fe9f363eae1a4dacb63d3dd5fc329aaf393ff670db07036 0.35 MB 424 28
299,486 299,486 00000000000000001a23fd8760ab41d4932e9a5d5683d26cf7d0947bf183a3e2 0.35 MB 728 40
Previous 10 blocks ↓
Total Size: 775.35 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,363.62 GB sent, 125.52 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.