Memory Pool Memory Pool Refreshing

5,246 transactions
2.13 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
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,721 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (662,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,508 245,508 000000000000005b2c2aa9c7af81b1f84ac78324c51459af84a6361df36dc50b 0.16 MB 258 133
245,507 245,507 0000000000000040b686ce37755903cd4156a9933fd5c58609c821dbad5d0b4c 0.19 MB 512 135
245,506 245,506 000000000000009a5663a50b6903cbbca840a91c00009a5fc30007caee19c27c 0.12 MB 278 137
245,505 245,505 00000000000000bf3f529f8b2534de447c1c7e65e1c99bc86189f9c4be59091b 0.05 MB 120 232
245,504 245,504 000000000000005fc5336f33f0d814bedffb034a9d6e18e8c60d1ea0facdd927 0.24 MB 585 134
245,503 245,503 000000000000005b4ba74501839ab9ff19c37b839d75c386d7dc1cf793785515 0.03 MB 64 23
245,502 245,502 00000000000000062b72d401581532ff8499f58319b9baacdac22ea1f70c71cb 0.20 MB 458 127
245,501 245,501 0000000000000077d4b409f1ee745c4030da05ffbbaa3067475f7404ab8bbc8e 0.02 MB 28 9
245,500 245,500 000000000000002104103711c69e487e54bf752a459b602aaf0377e19e76fe78 0.11 MB 248 142
245,499 245,499 000000000000005c96cd4c45b9bd96f3f75c4a94dad528bbead164f14c05a611 0.00 MB 1 0
245,498 245,498 000000000000004eb08a4d35c2c0bad377bb199e35430a4d6471c593c77d2fb3 0.12 MB 206 66
245,497 245,497 000000000000006fa713394599ecc237a6c7b6d9508581cfa5b73ba28a0bf882 0.13 MB 281 133
245,496 245,496 0000000000000062b1b6dbd4752972ea906be3e956c6fe751210fec598e26afb 0.25 MB 537 145
245,495 245,495 000000000000005ff157bc1fff7af4831b871123fdbc63e41c705e6b85da8ff6 0.23 MB 468 170
245,494 245,494 00000000000000705ac5213e3e22713ed8c02345ffc585ead97ff98b05c7db96 0.25 MB 526 151
245,493 245,493 00000000000000b67ef0fd932927a0c8285a53a07a404e38378c2b53a5efbc31 0.11 MB 266 164
245,492 245,492 000000000000007a7c31c02e4e5a38755893467650e868192d0d3765f511d441 0.04 MB 60 135
245,491 245,491 0000000000000043dc3ca76b138f52177707ed5ddeaaf232e521f4402a95af61 0.11 MB 272 185
245,490 245,490 000000000000004ad37cd6367bac5d493aa9081c232255cd5441ffec5e9e53e2 0.03 MB 78 77
245,489 245,489 0000000000000000aa089a925d243c232b4da6717b18a2835d063812572c5ea7 0.08 MB 184 122
245,488 245,488 000000000000007078684bdafce4d91ab2560b1adb9bcb064084e94b48aae4bf 0.18 MB 355 132
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.