Memory Pool Memory Pool Refreshing

3,044 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (528,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,554 379,554 00000000000000000ad39a451d92ce61423e8609299616347a904c4bb2dea748 0.09 MB 82 12
379,553 379,553 000000000000000004b90d00c44f209a70fc99aa1d74de47b229f5880cec6f41 0.14 MB 148 19
379,552 379,552 000000000000000010614b3e3c22afcb129c4e7b8360c0bac735ab8925581ef6 0.39 MB 818 63
379,551 379,551 000000000000000005b368c67b4b7541c8d64e19fad2d70bca9737ef4babaa6d 0.11 MB 80 15
379,550 379,550 000000000000000009313973baf1c646f59e1e69640df306a545c65afe90f7ed 0.25 MB 169 10
379,549 379,549 00000000000000000b40cf608d1bf0e646beec5d25d47d71f2b017cc5c4f53ba 0.22 MB 47 6
379,548 379,548 000000000000000003dd8488eae0365d10a38ac4522ffa72b60c6a59f2eba631 0.30 MB 581 65
379,547 379,547 00000000000000001180c96ae9ae626c5ce55ceb0283ecb2df4f82701faaf935 0.27 MB 477 26
379,546 379,546 000000000000000007eee2a2844312f5718db70dc3ec6263017ab3e2823c4384 0.95 MB 539 12
379,545 379,545 00000000000000000385ef4f81c95a012cfbc26c62d4b10dec82847ba5b32b15 0.50 MB 697 26
379,544 379,544 000000000000000007cf2c9d929593ee969de5b1317937dcb868a9a9b72fcaf7 0.62 MB 1,313 53
379,543 379,543 000000000000000008bdeb575056584429ea4be876ea7ca4ce70262d3edb8c8b 0.25 MB 415 37
379,542 379,542 000000000000000004e6ff08be59079cb45cb673582ea20ab1ecbbc00aa99a70 0.26 MB 483 29
379,541 379,541 00000000000000000fbb05acb8a1be5740dfdae17835204928cd893826f04c49 0.99 MB 1,626 30
379,540 379,540 0000000000000000091eae2800593166089f51d7e76a5cd17f6f7e096ffe9ac2 0.93 MB 934 18
379,539 379,539 00000000000000000f9f08db5de8b264ba4ae4b2fb486c6322f81db16202aaa1 0.95 MB 2,446 39
379,538 379,538 00000000000000000ec68dc67c0bde9fab8502f95c2bc8894f42959ddffb179a 0.95 MB 278 11
379,537 379,537 00000000000000000d9fa4313b005a54db9242295b5c4ca193f6b676b6069295 0.95 MB 323 15
379,536 379,536 000000000000000011ccc4bc1abcb0d8a83d3c8cfa6ecfc4e785fa59db63673c 0.12 MB 165 19
379,535 379,535 000000000000000001b4038fa0aa5439b1ec31b773b6bb635737d91481a65c46 0.00 MB 2 0
379,534 379,534 00000000000000000b09de50320e70e6d7a93ea81515863b31aa3965580fdb23 0.23 MB 331 37
Previous 10 blocks ↓
Total Size: 769.38 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,644.16 GB sent, 94.85 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.