Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,254 transactions (2.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,638 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,637 (892,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,362 19,362 000000007c68065e3533a9666db75987fb7864447e8efd0e573fdcf85366991a 0.00 MB 1 0
19,361 19,361 000000003606a40f658fdf162c8e667277db6680a6dfe5a81a51f3d41358af63 0.00 MB 1 0
19,360 19,360 000000004e778e176d0fd82e0d54d1ac409de5609013d88b5ec6147e8d9a4875 0.00 MB 1 0
19,359 19,359 000000002f7a72b4059d87f73ec656a484c51fc9987bd3f7a7d13e04a5da9450 0.00 MB 1 0
19,358 19,358 000000008ff13ebcdec8ec4c4c07795c125a266aeb5ba27df43a1b69354852cd 0.00 MB 1 0
19,357 19,357 00000000be9e5ac2d9f0e5c90d12ec959a54821e1921e9645f1072d2c8c3567b 0.00 MB 1 0
19,356 19,356 00000000af403e1f7b4e4261af80308228eb7a9ea8cdccfd4bb261de6bcbba0a 0.00 MB 1 0
19,355 19,355 0000000014d03eca3a445b42e0777766359c8f4e64e512dd6bf234a2cdd00fd6 0.00 MB 1 0
19,354 19,354 000000007c7dd9941462d4cf0b81ac812a912e00918c5b46ab21b1b5107b36bd 0.00 MB 1 0
19,353 19,353 000000009acb584e140d43b934c7d4c5ca3d9b7ccc7f9f424092e482bac5db77 0.00 MB 1 0
19,352 19,352 00000000a00af42425029c14e7380604ab8a5bd5245cf99db23d370a22f2f3c8 0.00 MB 1 0
19,351 19,351 0000000002aae2bebcf2e6115ca0301278d2b5c2f40c078aeb7497d55c7e4542 0.00 MB 1 0
19,350 19,350 000000000735db89945df23eeca9160fcbd458cf81f7bd60b59cf801bcbfc5ac 0.00 MB 1 0
19,349 19,349 00000000957dc4aab0c3dd1fc9a5c9258978b84fe24c8b8d600b03381ff86897 0.00 MB 1 0
19,348 19,348 00000000c1d79e910d8fc540dd4c6ff6c94a2520ef04e59fd2f07ce1aa2628df 0.00 MB 1 0
19,347 19,347 00000000dbe8588b10201de4e8c2c496be3e98b90c96c15d9ddd1ce5ab3bc2fa 0.00 MB 1 0
19,346 19,346 000000002dc4709dbaa85c9238d2068d3397765d0471ebebee5e319439399f49 0.00 MB 1 0
19,345 19,345 000000003adc3080998c0e7b3afa76088cfdba6212a5066947780f6d34dea4b1 0.00 MB 1 0
19,344 19,344 00000000c330063751b5bfddb5ae88d1750f30703aafb92c7a0c369f8f753a30 0.00 MB 1 0
19,343 19,343 00000000c587ab36418e3a9633c8f063a33e58d97ae7d513b5274aa1e156438d 0.00 MB 1 0
19,342 19,342 00000000bd76d389724288023516d1f328d31254acead5d2ff22cf6815292d43 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.41 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,422.76 GB sent, 130.72 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.