Memory Pool Memory Pool Refreshing

7,772 transactions (2.69 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,709 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (849,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,916 58,916 00000000085381ad2653694221c0965fad941b7b6ade5b339d4d3035c25c6f3e 0.00 MB 1 0
58,915 58,915 000000000321c70a95618bd8c94e4978d9d6427e4ce217d5b98cd1b39a7df443 0.00 MB 1 0
58,914 58,914 000000000d38d129cfbb514d061566751ef8e60cdbf6d88e8436c337b1f51fb4 0.00 MB 3 0
58,913 58,913 000000000ed95445232320c4b8342e63c6d7970c808fbbe79bc1375dbfbaf898 0.00 MB 2 0
58,912 58,912 0000000003169af48e431bb6bc68ae9914615f66a2bf2641616538259d720d82 0.00 MB 2 0
58,911 58,911 000000000547c6541c1200d170805c1f0bd316d2f45de4e323e8edb14dd4da23 0.00 MB 1 0
58,910 58,910 00000000053f5e903ac8e48f44d0875ec243a0414541ae5c3a1790883d8643a8 0.00 MB 1 0
58,909 58,909 00000000016a855eeb112657f0e511b03f6bfbbf9fba763e9caaf72a6806200f 0.00 MB 1 0
58,908 58,908 0000000008a2a6fba28437c78b71313b2422a397c32d350c40bf6df1f119268a 0.00 MB 3 0
58,907 58,907 0000000004596e8c6129183fd923c2a76c893df20c4fcfdd5dfdb25e1ef51778 0.00 MB 1 0
58,906 58,906 0000000003893cc72fb6b6bf4b8f8c6d99791ddd9b894ba8bc2475ddfb506042 0.00 MB 1 0
58,905 58,905 000000000803486bd9951f0205f150f611ea8d144f190c6967dbfdd7f5c2c536 0.00 MB 1 0
58,904 58,904 0000000001254b23f59170aae15f7c88dcec635bf457c600c0a180e9bf8d7ae2 0.00 MB 1 0
58,903 58,903 00000000033653be591808e38bdd43b7d098c0ac36b137bf3f081415c743e9ee 0.00 MB 1 0
58,902 58,902 0000000002045ed06613fa7531341c4346464a8a095c595898a2920b64cfa4ed 0.00 MB 1 0
58,901 58,901 0000000008364f1a6270499c0a15cf3ac38855e09b40d50308b5fd11f26007ce 0.00 MB 1 0
58,900 58,900 000000000036c3510aa38546df1c3582bae3140c2ec32ee78e5a83fd3feba24d 0.00 MB 1 0
58,899 58,899 0000000003504e302f1297a87f9a332ab3a3502fa1ae815ed8ba970acc62df19 0.00 MB 2 0
58,898 58,898 000000000c7455a632b1ac4cd43979b18175bd81461bd7c025bdb52b7d8375c7 0.00 MB 2 0
58,897 58,897 00000000066b71ea6f6cf1e24edf2ba632b4d898d830a7860300c0b7521b2209 0.00 MB 1 0
58,896 58,896 000000000715fcdcc294a5a4e832bedeae9008907f9a8f52d0ba669d4127abb6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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: 1,856.92 GB sent, 102.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.