Memory Pool Memory Pool Refreshing

2,902 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (14,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,690 893,690 0000000000000000000227cb4b711b8e00ae0e19aa5a07e0474126f6bbabbaaa 1.54 MB 3,310 8
893,689 893,689 00000000000000000000974f3f35f5d57ec3fb2bafcad456082a8ddce4e58ce6 1.67 MB 2,481 8
893,688 893,688 00000000000000000000aed9cabd3330e35161ed0b34147c3b647829613958cd 1.69 MB 3,012 6
893,687 893,687 0000000000000000000115e8a84cffd9f8cfbea81f33e048ac35c1eaafd31737 1.65 MB 2,696 13
893,686 893,686 0000000000000000000235c352cb5056c428331abd9e6b92128d5ddaa56d08d8 1.66 MB 3,262 15
893,685 893,685 00000000000000000002411840851b66319dec2a86caee77168722e456486868 1.53 MB 4,008 14
893,684 893,684 0000000000000000000092b6f7e8d469fdbdd169c289fe8ea3986199de5d8c97 1.58 MB 3,885 16
893,683 893,683 0000000000000000000189733ed8de02f2a58c6ab8193f70bed4bb63b8557a33 1.54 MB 3,733 22
893,682 893,682 00000000000000000000d51fa533be196526e840f77617bb754e78b17598a444 1.54 MB 3,645 14
893,681 893,681 00000000000000000000514533c0594fef76ca68aa3db020f66a0b58fd133e60 1.69 MB 3,593 10
893,680 893,680 00000000000000000001910f87c3c13510f093f93400752c35472df2068fb8ee 2.01 MB 3,158 8
893,679 893,679 00000000000000000000ecb61001ef18b781ce56a50c3f05e834b5a457ee7511 1.60 MB 3,853 11
893,678 893,678 00000000000000000000150dd8ac3da159cc0bde352b342d01605beba932edda 1.69 MB 3,445 11
893,677 893,677 000000000000000000000bdca90df50803df50fe84389e51c0a63cd87eab14dc 1.58 MB 4,250 13
893,676 893,676 00000000000000000001b8543fb5c5558e5bb5aaf09edb2b8b38fa689272b16c 1.62 MB 3,758 17
893,675 893,675 0000000000000000000140ba332dc447c5a3abd82662ddea673e192a89a1e4c2 1.66 MB 3,736 17
893,674 893,674 0000000000000000000137f3709c4983eb96a7c0c97528c616d792eea890b755 1.60 MB 4,179 15
893,673 893,673 0000000000000000000198621c1333a9d289b46ba09ecaad56bc6a84ecdbf3ab 1.53 MB 4,689 17
893,672 893,672 000000000000000000008f548364e2b7e5afbd2250d737c19d579a840e7600e3 1.56 MB 4,018 18
893,671 893,671 00000000000000000002154fe09ce9f47ab04e50ff0d50ddcac207333d56bdb5 1.58 MB 3,738 20
893,670 893,670 00000000000000000000fb39fd5c940db663669a74e60ae46d79601a373b39d8 1.54 MB 4,056 26
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.