Memory Pool Memory Pool Refreshing

554 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (833,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,567 74,567 000000000044c35aaeab1e4dec1b50257648f2d152bf93f0ef91ecec65016227 0.00 MB 2 0
74,566 74,566 00000000000a3365c172b47209503dc1d453dd6d831acb8cf111cfa5b3f381c1 0.00 MB 1 0
74,565 74,565 00000000007858505d74d1256948135a91a1a180360ec49d2d6cc28bf8b1e652 0.00 MB 1 0
74,564 74,564 000000000046694325f63e725e899fd402b833950b8af6b527f297c56c0a69de 0.00 MB 1 0
74,563 74,563 00000000002f5919c3cde9c0487d0b6c6d606e0908682d4948245f4341352510 0.00 MB 1 0
74,562 74,562 0000000000b2c1d6f3ad1fcd78529143995754463e2161edc79b4b148dd19743 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.