Memory Pool Memory Pool Refreshing

1,325 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (114,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,106 793,106 000000000000000000006bdb0f9c751d1422abb422d1a0118969e46fc24ecd71 1.43 MB 2,874 53
793,105 793,105 00000000000000000002b94341c86ca64d1b4c0c381b92e760a2096440c56022 1.55 MB 3,645 69
793,104 793,104 000000000000000000018ce6aebbb5c3796ca42c72b473c0d8d770b9e133b89f 1.63 MB 3,489 56
793,103 793,103 0000000000000000000083fcce2f0c17156ff3fd786b96ba6306247692316d59 1.58 MB 4,012 66
793,102 793,102 000000000000000000006d5723e4e0cf4447386b8a241b577d1f4d7114bbf08a 1.62 MB 3,722 72
793,101 793,101 0000000000000000000496cef36501e7676c60526c9283ffcc9f17a18c11747c 1.61 MB 3,786 73
793,100 793,100 00000000000000000001e87cb5690ebe3b59e4e74359675dc610fd3b06ddbbe9 1.44 MB 3,561 115
793,099 793,099 00000000000000000002fcca65bbb50f5262b50b41edff520c0c084aebce6220 1.39 MB 3,117 95
793,098 793,098 000000000000000000019676a8fdf460b93b97901662aa1bb04a17c902b59d70 1.62 MB 3,620 33
793,097 793,097 00000000000000000000343e99c4245b422ec4ae3ece2808b7e1e741c879e048 1.47 MB 2,508 19
793,096 793,096 00000000000000000000d83a7cada5fa76651a20d4a1d6bce99e8817280a2213 1.70 MB 3,479 39
793,095 793,095 000000000000000000016aa76d03119a02f77f050deeb03561db11b8bdd44c8a 1.53 MB 2,076 26
793,094 793,094 000000000000000000049bf525a368677ab2bef26727d05695e82e195b9acae3 1.71 MB 3,298 28
793,093 793,093 00000000000000000002e582bc9ebf0c4ffedf66057dbb1d8ae1ccbe407f194c 1.78 MB 2,540 14
793,092 793,092 000000000000000000004e097672f1e08387c7861c8e04f6fe8fb5b34b9dc8d5 1.85 MB 3,100 26
793,091 793,091 000000000000000000036efb3762ef845084a4986d5487705a1d8b614f49447c 1.70 MB 3,389 43
793,090 793,090 00000000000000000001c5ea8d6f1acd6e25a78eec79b9cf36af8ab5425ea8b7 1.67 MB 3,671 70
793,089 793,089 000000000000000000026e80b5539708b0427c35b6958b21b1a71be5743df644 2.33 MB 1,911 21
793,088 793,088 00000000000000000000ca0c0dd1f0c71de5da9db94a352b009f69924e2a7d8d 1.85 MB 3,996 23
793,087 793,087 00000000000000000000ca9252fa0dcc6704fe553535423adceff5145f9de4fb 1.53 MB 3,400 60
793,086 793,086 000000000000000000025ab0d349373a07900e62339870df13a4072a8fa6c6f6 2.78 MB 2,333 26
Previous 10 blocks ↓
Total Size: 769.14 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,631.94 GB sent, 93.59 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.