Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (849,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
58,895 58,895 0000000009574fbe6ab7ccc0c42528e7363fcea98c88900631f4bf34b7f9017f 0.00 MB 1 0
58,894 58,894 0000000006ca1a8dc4ca26edc42a35f79cc1c0dcfc4051cce845226dc7573c17 0.00 MB 1 0
58,893 58,893 000000000df376d7306346df71293f7c407353b901ff1996de893a2a8f3ac00e 0.00 MB 1 0
58,892 58,892 00000000053ce0d4448f177140046a6ae38f5ac12090006c5b305747e97bdd63 0.00 MB 1 0
58,891 58,891 000000000adfe2f684eebc99a790fc70be94afbe5a872e3bd865d8bfeb4cc693 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 771.14 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.69 GB sent, 102.65 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.