Memory Pool Memory Pool Refreshing

3,477 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,439 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (8,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,500 899,500 00000000000000000000128ee23eb60a100ad9629770689c734457bf0542e77e 1.83 MB 2,968 3
899,499 899,499 000000000000000000001b9fe8bd55393924e88d176f4862f6f90dad15b4ffa1 1.64 MB 3,308 8
899,498 899,498 00000000000000000000947b771e5a036778c8c18e1b4dc8b1989be1f0e789b2 1.57 MB 1,471 3
899,497 899,497 000000000000000000019933b5f4ddb6aeebaccf5beec6756804b9a73db5684f 1.68 MB 2,975 4
899,496 899,496 000000000000000000010105f12af5e2ac34ff3e866c1d9c9512f73d84ffa92a 1.56 MB 3,751 2
899,495 899,495 0000000000000000000158a7697cf1fa145028c431a62cc086fe9a754a6615dc 1.35 MB 1,904 1
899,494 899,494 000000000000000000018a89b0a9d8dd557df755f8aaa77b9e9facdc0d3f99ac 1.77 MB 2,894 1
899,493 899,493 00000000000000000000d5992f1a49f46362ebd773354149b8285259e080a3a7 1.56 MB 2,168 1
899,492 899,492 00000000000000000000cdb6fbe193f25ba3c0097a0f7a781007b9f8ed34de5e 1.57 MB 2,534 3
899,491 899,491 00000000000000000000b1984efae6a8d0487bf44649662b14db3731be480833 1.14 MB 437 2
899,490 899,490 0000000000000000000104a99445bf97da7542b38a156160475ad794016a6a66 1.12 MB 737 2
899,489 899,489 0000000000000000000123f8fbcaa1d1726b49558273b61457b8b2dc4d4256e9 1.07 MB 389 2
899,488 899,488 00000000000000000000b5c2662fb2edc8c0f54dbc39c240640ecc56feff08e5 1.04 MB 328 2
899,487 899,487 000000000000000000023263bac65f2c92eeb4ee30e2f4405a84a34b4a2dc68a 1.20 MB 506 2
899,486 899,486 000000000000000000023756c3d7523e2b384805af6772aef69887b8570506c6 1.75 MB 2,007 2
899,485 899,485 00000000000000000000272e1d58afe114a3904d75aeb50c16306d4268b3ca6a 1.60 MB 2,896 4
899,484 899,484 0000000000000000000054a26414da7076bb136afb5be9f49b7d883d12b05f2e 1.59 MB 4,042 6
899,483 899,483 000000000000000000002e83f68c8dac2f01633563d74647c91a5a3dca7a82f0 1.67 MB 2,686 4
899,482 899,482 00000000000000000000b80e38cc15eb11f04c3caa30b5a2ae030052f21aadea 1.67 MB 3,370 2
899,481 899,481 0000000000000000000205eb7f7b910a71ebe9421eb5b6a399942b83606afd3c 1.61 MB 3,242 4
899,480 899,480 00000000000000000000d4b24f1f07e4566759658a9679e99525014380221990 1.59 MB 3,774 9
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.