Memory Pool Memory Pool Refreshing

11,478 transactions
4.82 vMB
Show Random Selection Loading Transactions
Max Size: 27/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 ago 1.00 vMB 3,813 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (644,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,648 263,648 00000000000000099f2e6b32f4dc6f825e4695c94426738c555854b4f35b1a1e 0.02 MB 43 98
263,647 263,647 00000000000000077d15575f21500a2adef57ead08907b2cc5fc7c4d6bca5b9f 0.10 MB 62 31
263,646 263,646 0000000000000009571a73cdcf63eeb7123934874ee76e789fd44088257cbef0 0.04 MB 81 204
263,645 263,645 000000000000001598bff70b241fdb6fc222d8c75a5bb49711d0b865f7aa91cd 0.05 MB 131 108
263,644 263,644 00000000000000141a90e5bc208578d03498ec6ad59fc449e1fac339c5c22582 0.10 MB 243 99
263,643 263,643 0000000000000003102dc6c6a157cac103db166f29f74bfbe2afa8b4c01c4c89 0.11 MB 159 65
263,642 263,642 0000000000000003d7e7061b845c485f4672f43a536558132ddaa0f8abee991d 0.22 MB 317 42
263,641 263,641 0000000000000002258a2c1afbcc1d7351202ad82d809089facd875a440ecd80 0.25 MB 611 164
263,640 263,640 0000000000000014a14c3fe77cb59cf5b4253e485cec95f6be6d80414bfc15a8 0.08 MB 256 199
263,639 263,639 000000000000000aca2e7e59add72738f24f16b5a7d1f9e56efac96a74326c1c 0.08 MB 193 102
263,638 263,638 0000000000000010aac74f82773fe382308641966b17e0a2392af5cc35a60f97 0.03 MB 75 95
263,637 263,637 0000000000000015e6358bffb979ade093a225356e4073df094f09414a779fdc 0.14 MB 87 24
263,636 263,636 000000000000001637b72689d2ced089ca08877862a730ec701f68a2e0efaf43 0.07 MB 166 100
263,635 263,635 0000000000000014252abc6fdd895ea582276bdb964f7cfda0c42d5ead0534d7 0.15 MB 173 59
263,634 263,634 000000000000001636137df9f004bd9681cbfc5906be39a924e999302d5efa14 0.20 MB 444 116
263,633 263,633 000000000000000cc5b1bd8a07635c3105035a2decb04e84acff4893586af1d1 0.07 MB 183 121
263,632 263,632 0000000000000015cd7394f662a635c8be354ed0bff686f0411431b414252b73 0.11 MB 227 86
263,631 263,631 000000000000001334aa8b4a520e28b07435b481e00481306e1c1950c31c2d9b 0.13 MB 286 75
263,630 263,630 000000000000001418b01e1c51ee57b0cf2c0d5f4cbaaee1b0fc25c92239e7b8 0.07 MB 166 102
263,629 263,629 0000000000000002aebbe6b5939cc086cc0a9d7181a66db227f687673cee6530 0.13 MB 222 79
263,628 263,628 0000000000000002adac87e13b38dab398435a1e1ab10640d88f1ca8dd4f3d5a 0.16 MB 268 60
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.11 GB sent, 93.02 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.