Memory Pool Memory Pool Refreshing

5,643 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,742 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (834,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,561 74,561 00000000002f688a589a9e224471f8e22ba327ec66b6f4e9f9c307d6660fe6e1 0.00 MB 1 0
74,560 74,560 0000000000175d31ffedd9872acdfa68d6d9a8b063f2b0f9d9c510bf4817486a 0.00 MB 1 0
74,559 74,559 0000000000495b1ec0775e3b28936f2d9e4d57631023884aed2779e829f4d509 0.00 MB 1 0
74,558 74,558 00000000006feb88163d67e6ffbe89b5666737c0fe6fec10fe2a32544b9b3bf0 0.00 MB 2 0
74,557 74,557 00000000006f20c7fb55f1c5ed109bef9009f8e344d35a06c986e2701719597f 0.00 MB 3 0
74,556 74,556 00000000001810cad5495678bb490ec4cbc25b2feaff78fef3c936ff4847e7f3 0.00 MB 2 0
74,555 74,555 0000000000092324506285a6ad515630d6a581978a8366bf0815c0bd05392524 0.00 MB 1 0
74,554 74,554 000000000044e7b9cca8faf7e72ee63b13aa627d71e2d7fcc089680434162d74 0.00 MB 1 0
74,553 74,553 000000000076830be2e26c480a42195b65fb5a181dfa90742ce7fd5f615a728c 0.00 MB 1 0
74,552 74,552 0000000000755f8b6b6244e7f296982c92fbf7489650a172338c2f03f3f60389 0.00 MB 1 0
74,551 74,551 000000000065922eba7fd1a2bcc95406b9d11ffe7347cca790267e4afc9c8acb 0.00 MB 1 0
74,550 74,550 000000000097676c1cd7f136bfc4d47d5f21ea8078e014edb5d18ac1c16ef475 0.00 MB 1 0
74,549 74,549 0000000000373f67c06fc5d42e0eb1cb4ffdda15c03c4aefd853a826aa6bb99c 0.00 MB 2 0
74,548 74,548 000000000061ce9798bb39d6e8bc74a7da78eb8626aaa637787cdbb0684b34ab 0.00 MB 2 0
74,547 74,547 0000000000866d20b204c1fe38c64dc9e6e07c72935d47189db035a70648df3c 0.00 MB 1 0
74,546 74,546 000000000058c8391d2534c9d0e6b8502e2a8b9d056f3c5918a6364617435f61 0.00 MB 1 0
74,545 74,545 0000000000235410e27d39ed5dee337bd48bd8b31e29a429158aeae84a9e3450 0.00 MB 1 0
74,544 74,544 0000000000b2eee2e12bc4f0a520a89a62c4f07acee60a4dff7a0a4ee86963b1 0.00 MB 1 0
74,543 74,543 000000000059e526d9f15ba13b2465580688f0609dde00854ab4a0ec4f6292e4 0.00 MB 4 0
74,542 74,542 0000000000473f7794bd3237af278d9eb535f9cabb5e618217986bcee079c62f 0.00 MB 2 0
74,541 74,541 00000000004e5951f63de60959c32df0f6fb3d344ed022354889f34118b70f5f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.