Memory Pool Memory Pool Refreshing

6,963 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (603,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,076 304,076 00000000000000003a418869eb71749a7166c3dee070f6957c8d607d82086268 0.35 MB 330 19
304,075 304,075 00000000000000001d2ac81a6fff1992f727eb5a5bdc4a888b2ce18fed1010f4 0.05 MB 55 19
304,074 304,074 00000000000000003c56758150992f78d67ac295c7ae1eb6e725cd312b6aa1e9 0.30 MB 605 35
304,073 304,073 0000000000000000188997c3e84cf566d66fd5e801dfe4dab472e26e4d95f3f5 0.24 MB 400 32
304,072 304,072 000000000000000035c64018b5fb2168ed51f8958f83df4106475bf4e13f83b0 0.18 MB 359 32
304,071 304,071 000000000000000055bba84f5bd0d3e5ce97654b4fc0924e80adb00dbeff16bb 0.35 MB 695 36
304,070 304,070 0000000000000000531c7a95384e53a8e6ef1c77cdc18d8ea02abb8cdc598678 0.44 MB 939 35
304,069 304,069 00000000000000000a582ec62b39e3c07eb699d0b7991e93d60623b32f3d8f36 0.25 MB 492 28
304,068 304,068 000000000000000047c50522f4e3788944736bf3ec16137dc959b5097494a39a 0.20 MB 380 28
304,067 304,067 0000000000000000208fde285e888afb3fa9fa6be96de413975268a1e05aa062 0.50 MB 561 23
304,066 304,066 000000000000000049743ce9b7a944abf7bb4aaa0b88adefd0e4e5c1edc1b32a 0.35 MB 778 35
304,065 304,065 00000000000000002ba5b085a86e101dc71fb466cf7c28e559315b8bf3f3559c 0.21 MB 301 25
304,064 304,064 000000000000000003949fa2363a958637f55205b7c3b5712aca721d22dd9cfa 0.50 MB 990 34
304,063 304,063 00000000000000003c411e55fa2a03802e743de2aba6bbb72cb20879b0145b2c 0.37 MB 677 35
304,062 304,062 0000000000000000546645af09785c2c0477848110931f4709b02f2005b90305 0.35 MB 960 45
304,061 304,061 00000000000000004d42a1eec741593718ffbcb7c6849f0c82bb15c8c28b2112 0.64 MB 1,236 32
304,060 304,060 00000000000000004b2b1136b58053d0fd0400d8d993882da83b7c3d664271e8 0.39 MB 609 26
304,059 304,059 000000000000000020f8886aae5b06e9fdd978c7dee1662c99ff15b402609455 0.25 MB 114 14
304,058 304,058 00000000000000006051c751049f713bb0a765dce80db506d5e9393cc5fb1c53 0.35 MB 920 52
304,057 304,057 00000000000000000fb645841bd4d43abfae7ff567b70f97cc0871598e012b62 0.50 MB 793 35
304,056 304,056 000000000000000016879d36b5754c7340759ebacd2bccb80a190287d9749a12 0.17 MB 351 35
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.