Memory Pool Memory Pool Refreshing

6,587 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,217 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (617,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,384 290,384 00000000000000004dac5f765d6bf3382f3228f6bea8b6de6e34266e848e7434 0.35 MB 968 46
290,383 290,383 00000000000000004460f32f00f6c40f2dbb2eb0ae506b15bc9a7485b2ccfa1b 0.05 MB 127 42
290,382 290,382 000000000000000031665933b2dc474d396f1a91d0813ea789e8347e4574cdec 0.70 MB 1,957 38
290,381 290,381 00000000000000003028abeb3b16bdf469760ae359d91d9d521e69b134e517c9 0.90 MB 1,682 29
290,380 290,380 000000000000000093ae32338f0597d0f6a9fdf76e4b118b2918b8fa402e85e9 0.07 MB 256 125
290,379 290,379 0000000000000000cde2059c050853f75ad499c9705f998ed1d674b050ae25e1 0.05 MB 11 2
290,378 290,378 00000000000000006fdcd5ab4c78a181d4090b289e296ca2bf55bf4e88c6caa7 0.06 MB 194 40
290,377 290,377 0000000000000000e1f90f247edf6efd7ead5d10a30f1cbfc739456991dbca17 0.29 MB 514 22
290,376 290,376 0000000000000000d75addbaf641cd7912d736a4e1ac67b2aecc03f86959fef9 0.03 MB 64 9
290,375 290,375 0000000000000000531ab0614b6dedb2bd867cdd280339e35d3b56c7bdb3aa05 0.35 MB 1,066 46
290,374 290,374 00000000000000000c835d50c132aea299decceea469b8826bc74bbfc6298e62 0.38 MB 439 23
290,373 290,373 0000000000000000c640227e916968f2b5b8326113e02887defe3427260c0d58 0.35 MB 686 33
290,372 290,372 000000000000000050f3a99ff0c7ff720554f13f2d55e72d530c6587f41ec85f 0.32 MB 524 26
290,371 290,371 00000000000000000a13d26db677774e7783e551971449e097701e7f085ccc96 0.47 MB 898 36
290,370 290,370 000000000000000083fdbb29266958fbb605641fed65d69a98cae7345eaced99 0.21 MB 404 38
290,369 290,369 00000000000000003f02083024167dba88b9bcd74635ee8900f2883fb455d4b0 0.00 MB 1 0
290,368 290,368 000000000000000067b539bb98557938285cadc8ef76b7a510e70258a8352d80 0.17 MB 346 22
290,367 290,367 00000000000000006a0dbf2b7c54089ae730eda7d5da42a94627cf626aea4d70 0.30 MB 446 31
290,366 290,366 00000000000000003938a95aa64134393ce26f1178cc3991152194a2dd6919f6 0.34 MB 302 30
290,365 290,365 00000000000000001f0f04c2501060ed1fa65c5d404b82c48f3b906f5e476834 0.35 MB 623 28
290,364 290,364 0000000000000000877f57d130fbdb9c05d76581a0207e70349856fa88eb5ca0 0.07 MB 256 47
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,625.91 GB sent, 93.05 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.