Memory Pool Memory Pool Refreshing

9,891 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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
899,817 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,816 (6,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,393 893,393 000000000000000000013da68eefe47a10c1602b4ded41bcf4872d0bc10cbfd0 1.73 MB 3,233 4
893,392 893,392 00000000000000000000980af21cef70dcef0a3496b1d839511b7f49f2be41af 1.74 MB 2,982 3
893,391 893,391 0000000000000000000137bc80cc9b1ea13a2e8ffa5827fd67f717acda2a9fb8 1.64 MB 3,655 7
893,390 893,390 000000000000000000013cd0fb45a6dcb148bd1ec9b185870f1eff3992290c35 1.67 MB 3,269 4
893,389 893,389 000000000000000000004a249b26419fda6e1f3c66618c67d113cc594bc1dc80 1.71 MB 3,909 4
893,388 893,388 0000000000000000000078ee701cd73c47932d53353143bf74be3a27a8ac11ed 1.78 MB 2,794 5
893,387 893,387 000000000000000000009952716a283a1560cd565d1f296d40690c3d3824cf17 2.10 MB 1,357 4
893,386 893,386 000000000000000000022a173cfcaabc3f5cf8cc2db81ac069fe27505c65462c 1.66 MB 3,966 7
893,385 893,385 00000000000000000001140b926e43704159758c326011fb65cf14cc482f6287 1.58 MB 3,662 7
893,384 893,384 00000000000000000000c7a8116db5ccb509a80c0bf1010fba7af60706ac0375 1.48 MB 3,154 10
893,383 893,383 000000000000000000013c9a746d06ebf93efa6636d18223a2eed52b971867c3 1.58 MB 3,930 6
893,382 893,382 00000000000000000001aae11cc3fef1d5869dab62cdca534d3d3f1508706ad2 1.70 MB 4,603 5
893,381 893,381 0000000000000000000189aa5114c362a49b67f115606b7d642aa0d14d1272ff 1.73 MB 4,589 5
893,380 893,380 000000000000000000018384310da841353405b89f66e6e2b7d87f0fc0aa8561 1.73 MB 4,394 6
893,379 893,379 00000000000000000000dee05753d4a0ca068d696b6ab6983b257d4fb57147bc 1.60 MB 4,060 10
893,378 893,378 000000000000000000002f72599430b0d9bad45049d8759a4861cfe136c6b0af 1.69 MB 4,566 3
893,377 893,377 00000000000000000000509abd590696ec074ae33222ec1d1daf493177522387 1.66 MB 4,462 4
893,376 893,376 00000000000000000000dad0ac747af51f80eefc5a8a0a35868eaf293a0c6e38 1.69 MB 3,362 2
893,375 893,375 00000000000000000000fc4eee191df7c9537d2b3ec5657685609f2fda9a0fce 1.59 MB 3,896 5
893,374 893,374 0000000000000000000009c94779e2fcbcb186cdaf66a76c77c424978f42f157 1.59 MB 1,197 2
893,373 893,373 00000000000000000000f4ab24e33436028c29dc21fa300ba90db86e02c5497b 1.65 MB 3,728 4
Previous 10 blocks ↓
Total Size: 755.68 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: 534.13 GB sent, 26.83 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.