Memory Pool Memory Pool Refreshing

270 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (826,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,682 81,682 000000000022e31b097f85b697bcce10b15bba7b27d48a6d5ea2851d96f8c7eb 0.00 MB 4 0
81,681 81,681 000000000020ad707f169a8818a78180813250c3651f011730d897f8ca6049bd 0.00 MB 2 0
81,680 81,680 00000000001ce0708ea6de985765367e78df09d2b60327c19d16adf0c0a06b0e 0.00 MB 1 0
81,679 81,679 00000000003fe3c69af1f692168951d65314fb6615fc2412e116598e3a61540f 0.00 MB 4 0
81,678 81,678 0000000000410e1dc8111a3bab83fa0fc61de4b2ba3c4883e99d5f597969f165 0.00 MB 1 0
81,677 81,677 00000000002a80730c95455a614e16d3cc5ae62b442faadcf0b940504d4d2ce4 0.00 MB 3 0
81,676 81,676 0000000000212c58717b7c496648a2eb0e0043824aaa50675b58413c99094b23 0.00 MB 1 0
81,675 81,675 0000000000241b373671938a077ae631fcd34ce0a79cd1633f03033154779902 0.00 MB 5 0
81,674 81,674 00000000003ddd8d02cc9c815b98271ab9fe4bde0bfafb878cf86084383da54a 0.00 MB 1 0
81,673 81,673 0000000000310132cea51ed299babce828449128567f050726c5ae3d46f7df23 0.00 MB 1 0
81,672 81,672 00000000004711aed906de4fb02a86afe91062c15540764afdbf5f7bef76569a 0.00 MB 1 0
81,671 81,671 00000000000135df95a374f870d37ff40d5a601f9b36ca0f61e287150aa8e43f 0.00 MB 3 0
81,670 81,670 00000000003f41aa99112ef23d0a8e997ce0cb6dce5434cbd71d7f0e4bde23a3 0.00 MB 1 0
81,669 81,669 00000000000b53f9775beb70a31ef542577a84d80a2ff4dd9cd51eefb99751bf 0.00 MB 1 0
81,668 81,668 00000000000c4a279ab4a0324ca8512db8d62140625331db60f9fdbfb490bf3d 0.00 MB 2 0
81,667 81,667 00000000003a422ded675ec12ec52542259086270476b2d3e43e2a1e8c272485 0.00 MB 1 0
81,666 81,666 00000000000379e548404ee37adb12f69a0a645b4b38575b586549daed503d14 0.00 MB 1 0
81,665 81,665 00000000000f691d426189f3ec9277a70835a45b182f351e60ded2083ba6c0a8 0.00 MB 2 0
81,664 81,664 00000000004567b4ab523659a118ad95d1536bfe7d0eb208742782153f968363 0.00 MB 1 0
81,663 81,663 000000000010f038df659ab9be861d0ccde2876e21f42646a865f99ab0772082 0.00 MB 1 0
81,662 81,662 00000000001bf9f3c58388994911f2f6826c5b11ba4d1888376a20ec673f830f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.63 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.