Memory Pool Memory Pool Refreshing

8,542 transactions
3.86 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
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,120 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (420,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,664 487,664 000000000000000000aa87da2e82d8f70d713a01fbe1a93c6a16a888be5ce675 1.00 MB 1,587 14
487,663 487,663 000000000000000000389fc2198db5abc1352bd31fcfbef5e3ab5636bd31001b 1.02 MB 1,702 72
487,662 487,662 000000000000000000f1973ca1e7c5163ec33f5429eb3e6f1b3ff304412302f2 1.00 MB 2,588 153
487,661 487,661 00000000000000000051957b296d9727e76d8db4945647770d06bb5284168c3f 0.28 MB 549 74
487,660 487,660 00000000000000000037686a9b858798bc00da57d702bcfaa1b2a6f167bc9852 0.62 MB 1,323 86
487,659 487,659 0000000000000000001784045cceb02e7d6086961025576babc772c726bf8755 0.79 MB 1,573 87
487,658 487,658 0000000000000000005763dad8a6e47f325c0c79411fbd8697b7275312269b6e 0.03 MB 88 61
487,657 487,657 00000000000000000020d7d8fff6e16b489349acf3e3737f3b962f545747a918 0.29 MB 393 76
487,656 487,656 0000000000000000002a1a8fa06656b578c8792f8ae2e5cf986a0101ed8b78fb 0.92 MB 1,116 9
487,655 487,655 00000000000000000086065b94cbc6068cbf8ad28c64a5d55d9010b220e8326c 1.00 MB 1,432 43
487,654 487,654 0000000000000000004be83addd7537c28f47f1fac97078bcaefb92553b4c7f9 1.01 MB 1,541 140
487,653 487,653 000000000000000000ca8c11e9a7b7e2091d5074b2490b230d8b0380ab0a05c1 0.96 MB 1,378 72
487,652 487,652 0000000000000000009d42d6dce3f63d27ddfea0c4c80f009e426c5ad51838c1 0.42 MB 772 72
487,651 487,651 000000000000000000153620e2860f9bee4f2b96cea7bf10d24ebf0334372d2c 0.89 MB 1,280 68
487,650 487,650 000000000000000000650dd35942f06de077bef088ad5c733d6e3cb5000ceeef 0.42 MB 626 59
487,649 487,649 0000000000000000007c7460e4af902f59ca30466751cac72cec2cd9534ef31c 0.25 MB 522 63
487,648 487,648 000000000000000000e69303d921922a890141e50f89a70f8103ce91fa05e986 0.17 MB 445 94
487,647 487,647 0000000000000000005de9e8e6954c105fea1a219b156b8c59151434d56ef15c 0.46 MB 894 86
487,646 487,646 0000000000000000001ef14a92701c9334765558c83933e2d792abdbd7eda186 0.05 MB 121 84
487,645 487,645 0000000000000000000ca7adf45e41286f44f8cededfd6a925b62847ce6df66a 0.21 MB 493 52
487,644 487,644 000000000000000000cc4ec0a45dc7787382fd25225f663093158fc3796578f9 0.33 MB 626 108
Previous 10 blocks ↓
Total Size: 769.03 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,624.95 GB sent, 93.01 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.