Memory Pool Memory Pool Refreshing

3,737 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (422,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,353 485,353 000000000000000000aa89ba6394a84e3be7f7e4ad650dac7df93cbb3747ffbe 0.66 MB 1,357 102
485,352 485,352 0000000000000000011af85883cb2d39b46bcf07a575c7e67e5429e9e0728b4b 0.23 MB 553 119
485,351 485,351 0000000000000000012603727087d221db22d3fb111bfc0d45e7ce2cb8cd6d76 0.10 MB 240 103
485,350 485,350 000000000000000000753a0f3b76cf7242b32488696cc9b21e9cffe1df072969 0.33 MB 626 86
485,349 485,349 000000000000000000d64ec1dbe8de445c3963d23ab8e70d072d9cca99a85fb0 0.76 MB 1,508 117
485,348 485,348 00000000000000000052986492aff807e5b5d171f7322506b8fea27e65927087 0.21 MB 135 61
485,347 485,347 0000000000000000005f380c90235da370280897c0fa37b19cff985e7134835c 1.01 MB 1,874 31
485,346 485,346 000000000000000000b9abc2423b87030d966df914889c5e99e55d09c80e16a8 1.01 MB 1,578 46
485,345 485,345 000000000000000000e8ad8262548b902b29680f66027657c99275673b87c7c3 1.02 MB 1,650 31
485,344 485,344 000000000000000000740e2b1b0d0c49c327c4db40c183ede09b895848129bec 1.00 MB 2,184 153
485,343 485,343 0000000000000000002096ce830a45a139f8ba1b1d8ff35955b47763da243395 1.02 MB 1,744 91
485,342 485,342 000000000000000000e01e691b376c4ca68e0a8b77d6d803c6c51cb96456109e 1.02 MB 1,801 134
485,341 485,341 000000000000000000d1571c7cab75bbfe15e929a89642c65cdf1c90878cddbe 1.03 MB 1,838 121
485,340 485,340 0000000000000000008c4deda1f7cfe8fa9b34ef65a6df78002bc002e467724e 1.01 MB 2,083 156
485,339 485,339 000000000000000000685e86174c43cfe98617aae151a163dbe6595f271aeb7d 1.00 MB 1,840 209
485,338 485,338 000000000000000000a879bc5d33e2b483b330bf14d5d9e22418743d2f8f6fb8 1.00 MB 2,252 76
485,337 485,337 0000000000000000007acdd80b5627ea06a663ec65058f669d430bf96c97d797 1.01 MB 2,145 151
485,336 485,336 0000000000000000006218a01b22a7085fbd637a4b31fcc76bdcea5ccf090299 1.01 MB 1,869 131
485,335 485,335 00000000000000000035fa7547bd3d088c2c531d60d4faf24e83752a009d2e66 1.01 MB 2,150 173
485,334 485,334 000000000000000001001f088a6821e23bbec7d39243af515565ba498ced9108 0.86 MB 1,670 117
485,333 485,333 00000000000000000024f7c887c486288ec41e7bd341d8b2501af39f1a07d2d7 0.81 MB 2,018 123
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.